#21A2F0

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

Shades of Dodger Blue #21A2F0

Tints of Dodger Blue #21A2F0

Color information

#21A2F0 (or 0x21A2F0) is unknown color: approx Dodger Blue. HEX triplet: 21, A2 and F0. RGB value is (33,162,240). Sum of RGB (Red+Green+Blue) = 33+162+240=435 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.59% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 240 (94.14% from 255 or 55.17% from 435); Max value from RGB is 240 - color contains mainly: blue. Hex color #21A2F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21A2F0 is #DE5D0F. Grayscale: #838383. Windows color (decimal): -14572816 or 15770145. OLE color: 15770145.

HSL color Cylindrical-coordinate representation of color #21A2F0: hue angle of 202.61º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21A2F0 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB33162240-
CMYK0.860.3200.06
HSL202.61º87.34%53.53%-
HSV(B)202.61º86.25%94.12%-
XYZ29.2832.4687.16-
YUV132.32188.7657.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.59%
GREEN value IS 162 (63.67% from 255) = 37.24%
BLUE value IS 240 (94.14% from 255) = 55.17%
R=7.59%
G=37.24%
B=55.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal331622400.860.3200.06202.6187.3453.53
Hex21A2F0562006cb5736
Octal41242360126400631312766
Binary100001101000101111000010101101000000110110010111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,162,240); }

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

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

 a { background-color: rgb(33,162,240); }

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

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

 span { border-color: rgb(33,162,240); }

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