#2207D4

Color #2207D4 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #2207D4

Tints of Medium Blue #2207D4

Color information

#2207D4 (or 0x2207D4) is unknown color: approx Medium Blue. HEX triplet: 22, 07 and D4. RGB value is (34,7,212). Sum of RGB (Red+Green+Blue) = 34+7+212=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 212 (83.20% from 255 or 83.79% from 253); Max value from RGB is 212 - color contains mainly: blue. Hex color #2207D4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2207D4 is #DDF82B. Grayscale: #252525. Windows color (decimal): -14546988 or 13895458. OLE color: 13895458.

HSL color Cylindrical-coordinate representation of color #2207D4: hue angle of 247.9º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2207D4 is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB347212-
CMYK0.840.9700.17
HSL247.9º93.61%42.94%-
HSV(B)247.9º96.7%83.14%-
XYZ12.625.2562.63-
YUV38.44225.95124.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 13.44%
GREEN value IS 7 (3.12% from 255) = 2.77%
BLUE value IS 212 (83.20% from 255) = 83.79%
R=13.44%
G=2.77%
B=83.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal3472120.840.9700.17247.993.6142.94
Hex227D45461011f85e2b
Octal42732412414102137013653
Binary1000101111101010010101001100001010001111110001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2207D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2207D4; }

 p { color: rgb(34,7,212); }

 H1.HeaderClassName
 {
   color: #2207D4;
 }
 .AnyTagClassName
 {
   color: #2207D4;
 }
</style>
background-color css

<style>
 a { background-color: #2207D4; }

 a { background-color: rgb(34,7,212); }

 div.DivClassName
 {
   background-color: #2207D4;
 }
 .BgClassName
 {
   background-color: #2207D4;
 }
</style>
border-color css

<style>
 span { border-color: #2207D4; }

 span { border-color: rgb(34,7,212); }

 td.TdClassName
 {
   border-color: #2207D4;
 }
 .TagClassName
 {
   border-color: #2207D4;
 }
</style>