Html Css Color HEX #209AE2 Dodger Blue

📋 copy color: '#209AE2'

red 32 ◦ green 154 ◦ blue 226

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

Shades of Dodger Blue #209AE2

Tints of Dodger Blue #209AE2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.38%

 BLUE value IS 226 (88.67% from 255) = 54.85%

R = 7.77%
G = 37.38%
B = 54.85%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#209AE2 (or 0x209AE2) is known color: Dodger Blue. HEX triplet: 20, 9A and E2. RGB value is (32,154,226). Sum of RGB (Red+Green+Blue) = 32+154+226=412 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.77% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 226 (88.67% from 255 or 54.85% from 412); Max value from RGB is 226 - color contains mainly: blue. Hex color #209AE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209AE2 is #DF651D. Grayscale: #7D7D7D. Windows color (decimal): -14640414 or 14850592. OLE color: 14850592.

HSL color Cylindrical-coordinate representation of color #209AE2: hue angle of 202.27º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #209AE2 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 32 154 226 -
CMYK 0.86 0.32 0 0.11
HSL 202.27º 0.77% 0.51% -
HSV(B) 202.27º 0.86% 0.89% -
XYZ 25.88 28.91 76.17 -
YUV 125.73 184.58 61.15 -
System Red Green Blue C M Y K H S L
Decimal 32 154 226 0.86 0.32 0 0.11 202.27 0.77 0.51
Hex 20 9A E2 56 20 0 B CA 4D 33
Octal 40 232 342 126 40 0 13 312 115 63
Binary 100000 10011010 11100010 1010110 100000 0 1011 11001010 1001101 110011

Color Harmonies of #209AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209AE2

Black with #209AE2

Text Example


Text Example

White with #209AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,154,226); }

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

background-color css

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

 a { background-color: rgb(32,154,226); }

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

border-color css

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

 span { border-color: rgb(32,154,226); }

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