#21A0FF

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

Shades of Dodger Blue #21A0FF

Tints of Dodger Blue #21A0FF

Color information

#21A0FF (or 0x21A0FF) is unknown color: approx Dodger Blue. HEX triplet: 21, A0 and FF. RGB value is (33,160,255). Sum of RGB (Red+Green+Blue) = 33+160+255=448 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.37% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #21A0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21A0FF is #DE5F00. Grayscale: #848484. Windows color (decimal): -14573313 or 16752673. OLE color: 16752673.

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

Color convert

RGB33160255-
CMYK0.870.3700
HSL205.68º100%56.47%-
HSV(B)205.68º87.06%100%-
XYZ31.2532.6899.27-
YUV132.86196.9256.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.37%
GREEN value IS 160 (62.89% from 255) = 35.71%
BLUE value IS 255 (100% from 255) = 56.92%
R=7.37%
G=35.71%
B=56.92%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal331602550.870.3700205.6810056.47
Hex21A0FF572500ce6438
Octal41240377127450031614470
Binary1000011010000011111111101011110010100110011101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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