#21A3FA

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

Shades of Dodger Blue #21A3FA

Tints of Dodger Blue #21A3FA

Color information

#21A3FA (or 0x21A3FA) is unknown color: approx Dodger Blue. HEX triplet: 21, A3 and FA. RGB value is (33,163,250). Sum of RGB (Red+Green+Blue) = 33+163+250=446 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.40% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #21A3FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21A3FA is #DE5C05. Grayscale: #858585. Windows color (decimal): -14572550 or 16425761. OLE color: 16425761.

HSL color Cylindrical-coordinate representation of color #21A3FA: hue angle of 204.06º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21A3FA is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB33163250-
CMYK0.870.3500.02
HSL204.06º95.59%55.49%-
HSV(B)204.06º86.8%98.04%-
XYZ30.9833.4295.26-
YUV134.05193.4355.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.40%
GREEN value IS 163 (64.06% from 255) = 36.55%
BLUE value IS 250 (98.05% from 255) = 56.05%
R=7.40%
G=36.55%
B=56.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal331632500.870.3500.02204.0695.5955.49
Hex21A3FA572302cc6037
Octal41243372127430231414067
Binary10000110100011111110101010111100011010110011001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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