Html Css Color HEX #20ABFA Dodger Blue

📋 copy color: '#20ABFA'

red 32 ◦ green 171 ◦ blue 250

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

Shades of Dodger Blue #20ABFA

Tints of Dodger Blue #20ABFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.19%

R = 7.06%
G = 37.75%
B = 55.19%

CMYK

 C value IS 0.87

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#20ABFA (or 0x20ABFA) is known color: Dodger Blue. HEX triplet: 20, AB and FA. RGB value is (32,171,250). Sum of RGB (Red+Green+Blue) = 32+171+250=453 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.06% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #20ABFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20ABFA is #DF5405. Grayscale: #898989. Windows color (decimal): -14636038 or 16427808. OLE color: 16427808.

HSL color Cylindrical-coordinate representation of color #20ABFA: hue angle of 201.74º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20ABFA is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 32 171 250 -
CMYK 0.87 0.32 0 0.02
HSL 201.74º 0.96% 0.55% -
HSV(B) 201.74º 0.87% 0.98% -
XYZ 32.41 36.34 95.75 -
YUV 138.45 190.95 52.08 -
System Red Green Blue C M Y K H S L
Decimal 32 171 250 0.87 0.32 0 0.02 201.74 0.96 0.55
Hex 20 AB FA 57 20 0 2 CA 60 37
Octal 40 253 372 127 40 0 2 312 140 67
Binary 100000 10101011 11111010 1010111 100000 0 10 11001010 1100000 110111

Color Harmonies of #20ABFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ABFA

Black with #20ABFA

Text Example


Text Example

White with #20ABFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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