#216AFD

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

Shades of Dodger Blue #216AFD

Tints of Dodger Blue #216AFD

Color information

#216AFD (or 0x216AFD) is unknown color: approx Dodger Blue. HEX triplet: 21, 6A and FD. RGB value is (33,106,253). Sum of RGB (Red+Green+Blue) = 33+106+253=392 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.42% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 253 (99.22% from 255 or 64.54% from 392); Max value from RGB is 253 - color contains mainly: blue. Hex color #216AFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216AFD is #DE9502. Grayscale: #646464. Windows color (decimal): -14587139 or 16607777. OLE color: 16607777.

HSL color Cylindrical-coordinate representation of color #216AFD: hue angle of 220.09º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #216AFD is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB33106253-
CMYK0.870.5800.01
HSL220.09º98.21%56.08%-
HSV(B)220.09º86.96%99.22%-
XYZ23.5117.7295.11-
YUV100.93213.8279.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.42%
GREEN value IS 106 (41.80% from 255) = 27.04%
BLUE value IS 253 (99.22% from 255) = 64.54%
R=8.42%
G=27.04%
B=64.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal331062530.870.5800.01220.0998.2156.08
Hex216AFD573A01dc6238
Octal41152375127720133414270
Binary100001110101011111101101011111101001110111001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216AFD; }

 p { color: rgb(33,106,253); }

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

<style>
 a { background-color: #216AFD; }

 a { background-color: rgb(33,106,253); }

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

<style>
 span { border-color: #216AFD; }

 span { border-color: rgb(33,106,253); }

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