#216FFF

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

Shades of Dodger Blue #216FFF

Tints of Dodger Blue #216FFF

Color information

#216FFF (or 0x216FFF) is unknown color: approx Dodger Blue. HEX triplet: 21, 6F and FF. RGB value is (33,111,255). Sum of RGB (Red+Green+Blue) = 33+111+255=399 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.27% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #216FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216FFF is #DE9000. Grayscale: #676767. Windows color (decimal): -14585857 or 16740129. OLE color: 16740129.

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

Color convert

RGB33111255-
CMYK0.870.5600
HSL218.92º100%56.47%-
HSV(B)218.92º87.06%100%-
XYZ24.3618.9196.97-
YUV104.09213.1677.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.27%
GREEN value IS 111 (43.75% from 255) = 27.82%
BLUE value IS 255 (100% from 255) = 63.91%
R=8.27%
G=27.82%
B=63.91%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal331112550.870.5600218.9210056.47
Hex216FFF573800db6438
Octal41157377127700033314470
Binary100001110111111111111101011111100000110110111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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