Html Css Color HEX #20ADFC Dodger Blue

📋 copy color: '#20ADFC'

red 32 ◦ green 173 ◦ blue 252

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

Shades of Dodger Blue #20ADFC

Tints of Dodger Blue #20ADFC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.86%

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

R = 7%
G = 37.86%
B = 55.14%

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

#20ADFC (or 0x20ADFC) is known color: Dodger Blue. HEX triplet: 20, AD and FC. RGB value is (32,173,252). Sum of RGB (Red+Green+Blue) = 32+173+252=457 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.00% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #20ADFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20ADFC is #DF5203. Grayscale: #8B8B8B. Windows color (decimal): -14635524 or 16559392. OLE color: 16559392.

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

Color convert

RGB 32 173 252 -
CMYK 0.87 0.31 0 0.01
HSL 201.55º 0.97% 0.56% -
HSV(B) 201.55º 0.87% 0.99% -
XYZ 33.11 37.22 97.54 -
YUV 139.85 191.29 51.08 -
System Red Green Blue C M Y K H S L
Decimal 32 173 252 0.87 0.31 0 0.01 201.55 0.97 0.56
Hex 20 AD FC 57 1F 0 1 CA 61 38
Octal 40 255 374 127 37 0 1 312 141 70
Binary 100000 10101101 11111100 1010111 11111 0 1 11001010 1100001 111000

Color Harmonies of #20ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ADFC

Black with #20ADFC

Text Example


Text Example

White with #20ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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