Html Css Color HEX #209FEC Dodger Blue

📋 copy color: '#209FEC'

red 32 ◦ green 159 ◦ blue 236

#209FEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #209FEC

Tints of Dodger Blue #209FEC

RGB

 RED value IS 32 (12.89% from 255) = 7.49%

 GREEN value IS 159 (62.5% from 255) = 37.24%

 BLUE value IS 236 (92.58% from 255) = 55.27%

R = 7.49%
G = 37.24%
B = 55.27%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#209FEC (or 0x209FEC) is known color: Dodger Blue. HEX triplet: 20, 9F and EC. RGB value is (32,159,236). Sum of RGB (Red+Green+Blue) = 32+159+236=427 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.49% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #209FEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #209FEC is #DF6013. Grayscale: #818181. Windows color (decimal): -14639124 or 15507232. OLE color: 15507232.

HSL color Cylindrical-coordinate representation of color #209FEC: hue angle of 202.65º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #209FEC is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 159 236 -
CMYK 0.86 0.33 0 0.07
HSL 202.65º 0.84% 0.53% -
HSV(B) 202.65º 0.86% 0.93% -
XYZ 28.13 31.16 83.89 -
YUV 129.81 187.92 58.24 -
System Red Green Blue C M Y K H S L
Decimal 32 159 236 0.86 0.33 0 0.07 202.65 0.84 0.53
Hex 20 9F EC 56 21 0 7 CB 54 35
Octal 40 237 354 126 41 0 7 313 124 65
Binary 100000 10011111 11101100 1010110 100001 0 111 11001011 1010100 110101

Color Harmonies of #209FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209FEC

Black with #209FEC

Text Example


Text Example

White with #209FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209FEC; }

 p { color: rgb(32,159,236); }

 H1.HeaderClassName
 {
   color: #209FEC;
 }
 .AnyTagClassName
 {
   color: #209FEC;
 }
</style>

background-color css

<style>
 a { background-color: #209FEC; }

 a { background-color: rgb(32,159,236); }

 div.DivClassName
 {
   background-color: #209FEC;
 }
 .BgClassName
 {
   background-color: #209FEC;
 }
</style>

border-color css

<style>
 span { border-color: #209FEC; }

 span { border-color: rgb(32,159,236); }

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