#216EFF

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

Shades of Dodger Blue #216EFF

Tints of Dodger Blue #216EFF

Color information

#216EFF (or 0x216EFF) is unknown color: approx Dodger Blue. HEX triplet: 21, 6E and FF. RGB value is (33,110,255). Sum of RGB (Red+Green+Blue) = 33+110+255=398 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.29% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #216EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216EFF is #DE9100. Grayscale: #666666. Windows color (decimal): -14586113 or 16739873. OLE color: 16739873.

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

Color convert

RGB33110255-
CMYK0.870.5700
HSL219.19º100%56.47%-
HSV(B)219.19º87.06%100%-
XYZ24.2518.796.94-
YUV103.51213.4977.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.29%
GREEN value IS 110 (43.36% from 255) = 27.64%
BLUE value IS 255 (100% from 255) = 64.07%
R=8.29%
G=27.64%
B=64.07%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal331102550.870.5700219.1910056.47
Hex216EFF573900db6438
Octal41156377127710033314470
Binary100001110111011111111101011111100100110110111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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