Html Css Color HEX #20ACFE Dodger Blue

📋 copy color: '#20ACFE'

red 32 ◦ green 172 ◦ blue 254

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

Shades of Dodger Blue #20ACFE

Tints of Dodger Blue #20ACFE

RGB

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

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

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

R = 6.99%
G = 37.55%
B = 55.46%

CMYK

 C value IS 0.87

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#20ACFE (or 0x20ACFE) is known color: Dodger Blue. HEX triplet: 20, AC and FE. RGB value is (32,172,254). Sum of RGB (Red+Green+Blue) = 32+172+254=458 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.99% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #20ACFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20ACFE is #DF5301. Grayscale: #8B8B8B. Windows color (decimal): -14635778 or 16690208. OLE color: 16690208.

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

Color convert

RGB 32 172 254 -
CMYK 0.87 0.32 0 0.00
HSL 202.16º 0.99% 0.56% -
HSV(B) 202.16º 0.87% 1% -
XYZ 33.24 36.97 99.15 -
YUV 139.49 192.62 51.33 -
System Red Green Blue C M Y K H S L
Decimal 32 172 254 0.87 0.32 0 0.00 202.16 0.99 0.56
Hex 20 AC FE 57 20 0 0 CA 63 38
Octal 40 254 376 127 40 0 0 312 143 70
Binary 100000 10101100 11111110 1010111 100000 0 0 11001010 1100011 111000

Color Harmonies of #20ACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ACFE

Black with #20ACFE

Text Example


Text Example

White with #20ACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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