Html Css Color HEX #20ABFF Dodger Blue

📋 copy color: '#20ABFF'

red 32 ◦ green 171 ◦ blue 255

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

Shades of Dodger Blue #20ABFF

Tints of Dodger Blue #20ABFF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.34%

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

R = 6.99%
G = 37.34%
B = 55.68%

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

#20ABFF (or 0x20ABFF) is known color: Dodger Blue. HEX triplet: 20, AB and FF. RGB value is (32,171,255). Sum of RGB (Red+Green+Blue) = 32+171+255=458 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.99% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #20ABFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20ABFF is #DF5400. Grayscale: #8A8A8A. Windows color (decimal): -14636033 or 16755488. OLE color: 16755488.

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

Color convert

RGB 32 171 255 -
CMYK 0.87 0.33 0 0
HSL 202.6º 1% 0.56% -
HSV(B) 202.6º 0.87% 1% -
XYZ 33.21 36.65 99.93 -
YUV 139.02 193.45 51.67 -
System Red Green Blue C M Y K H S L
Decimal 32 171 255 0.87 0.33 0 0 202.6 1 0.56
Hex 20 AB FF 57 21 0 0 CB 64 38
Octal 40 253 377 127 41 0 0 313 144 70
Binary 100000 10101011 11111111 1010111 100001 0 0 11001011 1100100 111000

Color Harmonies of #20ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ABFF

Black with #20ABFF

Text Example


Text Example

White with #20ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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