#21A0F4

Color #21A0F4 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #21A0F4

Tints of Dodger Blue #21A0F4

Color information

#21A0F4 (or 0x21A0F4) is unknown color: approx Dodger Blue. HEX triplet: 21, A0 and F4. RGB value is (33,160,244). Sum of RGB (Red+Green+Blue) = 33+160+244=437 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.55% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 244 (95.70% from 255 or 55.84% from 437); Max value from RGB is 244 - color contains mainly: blue. Hex color #21A0F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21A0F4 is #DE5F0B. Grayscale: #838383. Windows color (decimal): -14573324 or 16031777. OLE color: 16031777.

HSL color Cylindrical-coordinate representation of color #21A0F4: hue angle of 203.89º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21A0F4 is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB33160244-
CMYK0.860.3400.04
HSL203.89º90.56%54.31%-
HSV(B)203.89º86.48%95.69%-
XYZ29.533290.21-
YUV131.6191.4257.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.55%
GREEN value IS 160 (62.89% from 255) = 36.61%
BLUE value IS 244 (95.70% from 255) = 55.84%
R=7.55%
G=36.61%
B=55.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal331602440.860.3400.04203.8990.5654.31
Hex21A0F4562204cc5b36
Octal41240364126420431413366
Binary100001101000001111010010101101000100100110011001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21A0F4; }

 p { color: rgb(33,160,244); }

 H1.HeaderClassName
 {
   color: #21A0F4;
 }
 .AnyTagClassName
 {
   color: #21A0F4;
 }
</style>
background-color css

<style>
 a { background-color: #21A0F4; }

 a { background-color: rgb(33,160,244); }

 div.DivClassName
 {
   background-color: #21A0F4;
 }
 .BgClassName
 {
   background-color: #21A0F4;
 }
</style>
border-color css

<style>
 span { border-color: #21A0F4; }

 span { border-color: rgb(33,160,244); }

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