Html Css Color HEX #20AAFD Dodger Blue

📋 copy color: '#20AAFD'

red 32 ◦ green 170 ◦ blue 253

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

Shades of Dodger Blue #20AAFD

Tints of Dodger Blue #20AAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.6%

R = 7.03%
G = 37.36%
B = 55.6%

CMYK

 C value IS 0.87

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#20AAFD (or 0x20AAFD) is known color: Dodger Blue. HEX triplet: 20, AA and FD. RGB value is (32,170,253). Sum of RGB (Red+Green+Blue) = 32+170+253=455 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.03% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #20AAFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20AAFD is #DF5502. Grayscale: #898989. Windows color (decimal): -14636291 or 16624160. OLE color: 16624160.

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

Color convert

RGB 32 170 253 -
CMYK 0.87 0.33 0 0.01
HSL 202.53º 0.98% 0.56% -
HSV(B) 202.53º 0.87% 0.99% -
XYZ 32.7 36.15 98.18 -
YUV 138.2 192.78 52.25 -
System Red Green Blue C M Y K H S L
Decimal 32 170 253 0.87 0.33 0 0.01 202.53 0.98 0.56
Hex 20 AA FD 57 21 0 1 CB 62 38
Octal 40 252 375 127 41 0 1 313 142 70
Binary 100000 10101010 11111101 1010111 100001 0 1 11001011 1100010 111000

Color Harmonies of #20AAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AAFD

Black with #20AAFD

Text Example


Text Example

White with #20AAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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