Html Css Color HEX #20AAFE Dodger Blue

📋 copy color: '#20AAFE'

red 32 ◦ green 170 ◦ blue 254

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

Shades of Dodger Blue #20AAFE

Tints of Dodger Blue #20AAFE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.28%

 BLUE value IS 254 (99.61% from 255) = 55.7%

R = 7.02%
G = 37.28%
B = 55.7%

CMYK

 C value IS 0.87

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#20AAFE (or 0x20AAFE) is known color: Dodger Blue. HEX triplet: 20, AA and FE. RGB value is (32,170,254). Sum of RGB (Red+Green+Blue) = 32+170+254=456 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.02% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #20AAFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20AAFE is #DF5501. Grayscale: #898989. Windows color (decimal): -14636290 or 16689696. OLE color: 16689696.

HSL color Cylindrical-coordinate representation of color #20AAFE: hue angle of 202.7º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20AAFE is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 32 170 254 -
CMYK 0.87 0.33 0 0.00
HSL 202.7º 0.99% 0.56% -
HSV(B) 202.7º 0.87% 1% -
XYZ 32.86 36.21 99.02 -
YUV 138.31 193.28 52.17 -
System Red Green Blue C M Y K H S L
Decimal 32 170 254 0.87 0.33 0 0.00 202.7 0.99 0.56
Hex 20 AA FE 57 21 0 0 CB 63 38
Octal 40 252 376 127 41 0 0 313 143 70
Binary 100000 10101010 11111110 1010111 100001 0 0 11001011 1100011 111000

Color Harmonies of #20AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AAFE

Black with #20AAFE

Text Example


Text Example

White with #20AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20AAFE; }

 p { color: rgb(32,170,254); }

 H1.HeaderClassName
 {
   color: #20AAFE;
 }
 .AnyTagClassName
 {
   color: #20AAFE;
 }
</style>

background-color css

<style>
 a { background-color: #20AAFE; }

 a { background-color: rgb(32,170,254); }

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

border-color css

<style>
 span { border-color: #20AAFE; }

 span { border-color: rgb(32,170,254); }

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