#21a5ff

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

Shades of Dodger Blue #21A5FF

Tints of Dodger Blue #21A5FF

Color information

#21A5FF (or 0x21A5FF) is unknown color: approx Dodger Blue. HEX triplet: 21, A5 and FF. RGB value is (33,165,255). Sum of RGB (Red+Green+Blue) = 33+165+255=453 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.28% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #21A5FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21A5FF is #DE5A00. Grayscale: #878787. Windows color (decimal): -14572033 or 16753953. OLE color: 16753953.

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

Color convert

RGB33165255-
CMYK0.870.3500
HSL204.32º100%56.47%-
HSV(B)204.32º87.06%100%-
XYZ32.1334.4599.56-
YUV135.79195.2754.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.28%
GREEN value IS 165 (64.84% from 255) = 36.42%
BLUE value IS 255 (100% from 255) = 56.29%
R=7.28%
G=36.42%
B=56.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal331652550.870.3500204.3210056.47
Hex21A5FF572300cc6438
Octal41245377127430031414470
Binary1000011010010111111111101011110001100110011001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21a5ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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