Html Css Color HEX #20ACFF Dodger Blue

📋 copy color: '#20ACFF'

red 32 ◦ green 172 ◦ blue 255

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

Shades of Dodger Blue #20ACFF

Tints of Dodger Blue #20ACFF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.47%

 BLUE value IS 255 (100% from 255) = 55.56%

R = 6.97%
G = 37.47%
B = 55.56%

CMYK

 C value IS 0.87

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#20ACFF (or 0x20ACFF) is known color: Dodger Blue. HEX triplet: 20, AC and FF. RGB value is (32,172,255). Sum of RGB (Red+Green+Blue) = 32+172+255=459 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.97% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #20ACFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20ACFF is #DF5300. Grayscale: #8B8B8B. Windows color (decimal): -14635777 or 16755744. OLE color: 16755744.

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

Color convert

RGB 32 172 255 -
CMYK 0.87 0.33 0 0
HSL 202.33º 1% 0.56% -
HSV(B) 202.33º 0.87% 1% -
XYZ 33.4 37.03 100 -
YUV 139.6 193.12 51.25 -
System Red Green Blue C M Y K H S L
Decimal 32 172 255 0.87 0.33 0 0 202.33 1 0.56
Hex 20 AC FF 57 21 0 0 CA 64 38
Octal 40 254 377 127 41 0 0 312 144 70
Binary 100000 10101100 11111111 1010111 100001 0 0 11001010 1100100 111000

Color Harmonies of #20ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ACFF

Black with #20ACFF

Text Example


Text Example

White with #20ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,172,255); }

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

background-color css

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

 a { background-color: rgb(32,172,255); }

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

border-color css

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

 span { border-color: rgb(32,172,255); }

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