#0216EF

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

Shades of Blue #0216EF

Tints of Blue #0216EF

Color information

#0216EF (or 0x0216EF) is unknown color: approx Blue. HEX triplet: 02, 16 and EF. RGB value is (2,22,239). Sum of RGB (Red+Green+Blue) = 2+22+239=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 239 (93.75% from 255 or 90.87% from 263); Max value from RGB is 239 - color contains mainly: blue. Hex color #0216EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0216EF is #FDE910. Grayscale: #272727. Windows color (decimal): -16640273 or 15668738. OLE color: 15668738.

HSL color Cylindrical-coordinate representation of color #0216EF: hue angle of 234.94º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0216EF is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB222239-
CMYK0.990.9100.06
HSL234.94º98.34%47.25%-
HSV(B)234.94º99.16%93.73%-
XYZ15.896.8282.14-
YUV40.76239.87100.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 22 (8.98% from 255) = 8.37%
BLUE value IS 239 (93.75% from 255) = 90.87%
R=0.76%
G=8.37%
B=90.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222390.990.9100.06234.9498.3447.25
Hex216EF635B06eb622f
Octal2263571431330635314257
Binary101011011101111110001110110110110111010111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0216EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0216EF; }

 p { color: rgb(2,22,239); }

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

<style>
 a { background-color: #0216EF; }

 a { background-color: rgb(2,22,239); }

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

<style>
 span { border-color: #0216EF; }

 span { border-color: rgb(2,22,239); }

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