#216DFF

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

Shades of Dodger Blue #216DFF

Tints of Dodger Blue #216DFF

Color information

#216DFF (or 0x216DFF) is unknown color: approx Dodger Blue. HEX triplet: 21, 6D and FF. RGB value is (33,109,255). Sum of RGB (Red+Green+Blue) = 33+109+255=397 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.31% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #216DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216DFF is #DE9200. Grayscale: #666666. Windows color (decimal): -14586369 or 16739617. OLE color: 16739617.

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

Color convert

RGB33109255-
CMYK0.870.5700
HSL219.46º100%56.47%-
HSV(B)219.46º87.06%100%-
XYZ24.1518.4896.9-
YUV102.92213.8278.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.31%
GREEN value IS 109 (42.97% from 255) = 27.46%
BLUE value IS 255 (100% from 255) = 64.23%
R=8.31%
G=27.46%
B=64.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal331092550.870.5700219.4610056.47
Hex216DFF573900db6438
Octal41155377127710033314470
Binary100001110110111111111101011111100100110110111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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