#21A3F0

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

Shades of Dodger Blue #21A3F0

Tints of Dodger Blue #21A3F0

Color information

#21A3F0 (or 0x21A3F0) is unknown color: approx Dodger Blue. HEX triplet: 21, A3 and F0. RGB value is (33,163,240). Sum of RGB (Red+Green+Blue) = 33+163+240=436 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.57% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 240 (94.14% from 255 or 55.05% from 436); Max value from RGB is 240 - color contains mainly: blue. Hex color #21A3F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21A3F0 is #DE5C0F. Grayscale: #848484. Windows color (decimal): -14572560 or 15770401. OLE color: 15770401.

HSL color Cylindrical-coordinate representation of color #21A3F0: hue angle of 202.32º 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 #21A3F0 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB33163240-
CMYK0.860.3200.06
HSL202.32º87.34%53.53%-
HSV(B)202.32º86.25%94.12%-
XYZ29.4532.8187.22-
YUV132.91188.4356.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.57%
GREEN value IS 163 (64.06% from 255) = 37.39%
BLUE value IS 240 (94.14% from 255) = 55.05%
R=7.57%
G=37.39%
B=55.05%

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
Decimal331632400.860.3200.06202.3287.3453.53
Hex21A3F0562006ca5736
Octal41243360126400631212766
Binary100001101000111111000010101101000000110110010101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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