#207EEF

Color #207EEF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #207EEF

Tints of Dodger Blue #207EEF

Color information

#207EEF (or 0x207EEF) is unknown color: approx Dodger Blue. HEX triplet: 20, 7E and EF. RGB value is (32,126,239). Sum of RGB (Red+Green+Blue) = 32+126+239=397 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.06% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 239 (93.75% from 255 or 60.20% from 397); Max value from RGB is 239 - color contains mainly: blue. Hex color #207EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #207EEF is #DF8110. Grayscale: #6E6E6E. Windows color (decimal): -14647569 or 15695392. OLE color: 15695392.

HSL color Cylindrical-coordinate representation of color #207EEF: hue angle of 212.75º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #207EEF is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB32126239-
CMYK0.870.4700.06
HSL212.75º86.61%53.14%-
HSV(B)212.75º86.61%93.73%-
XYZ23.6421.4684.56-
YUV110.78200.3671.81-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.06%
GREEN value IS 126 (49.61% from 255) = 31.74%
BLUE value IS 239 (93.75% from 255) = 60.20%
R=8.06%
G=31.74%
B=60.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal321262390.870.4700.06212.7586.6153.14
Hex207EEF572F06d55735
Octal40176357127570632512765
Binary10000011111101110111110101111011110110110101011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207EEF; }

 p { color: rgb(32,126,239); }

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

<style>
 a { background-color: #207EEF; }

 a { background-color: rgb(32,126,239); }

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

<style>
 span { border-color: #207EEF; }

 span { border-color: rgb(32,126,239); }

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