Html Css Color HEX #20AFFC Dodger Blue

📋 copy color: '#20AFFC'

red 32 ◦ green 175 ◦ blue 252

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

Shades of Dodger Blue #20AFFC

Tints of Dodger Blue #20AFFC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.13%

 BLUE value IS 252 (98.83% from 255) = 54.9%

R = 6.97%
G = 38.13%
B = 54.9%

CMYK

 C value IS 0.87

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#20AFFC (or 0x20AFFC) is known color: Dodger Blue. HEX triplet: 20, AF and FC. RGB value is (32,175,252). Sum of RGB (Red+Green+Blue) = 32+175+252=459 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.97% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #20AFFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20AFFC is #DF5003. Grayscale: #8C8C8C. Windows color (decimal): -14635012 or 16559904. OLE color: 16559904.

HSL color Cylindrical-coordinate representation of color #20AFFC: hue angle of 201º degrees, saturation: 0.97, 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 #20AFFC is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 32 175 252 -
CMYK 0.87 0.31 0 0.01
HSL 201º 0.97% 0.56% -
HSV(B) 201º 0.87% 0.99% -
XYZ 33.5 38 97.66 -
YUV 141.02 190.62 50.24 -
System Red Green Blue C M Y K H S L
Decimal 32 175 252 0.87 0.31 0 0.01 201 0.97 0.56
Hex 20 AF FC 57 1F 0 1 C9 61 38
Octal 40 257 374 127 37 0 1 311 141 70
Binary 100000 10101111 11111100 1010111 11111 0 1 11001001 1100001 111000

Color Harmonies of #20AFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AFFC

Black with #20AFFC

Text Example


Text Example

White with #20AFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,175,252); }

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

background-color css

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

 a { background-color: rgb(32,175,252); }

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

border-color css

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

 span { border-color: rgb(32,175,252); }

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