#0217EF

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

Shades of Blue #0217EF

Tints of Blue #0217EF

Color information

#0217EF (or 0x0217EF) is unknown color: approx Blue. HEX triplet: 02, 17 and EF. RGB value is (2,23,239). Sum of RGB (Red+Green+Blue) = 2+23+239=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 239 (93.75% from 255 or 90.53% from 264); Max value from RGB is 239 - color contains mainly: blue. Hex color #0217EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0217EF is #FDE810. Grayscale: #282828. Windows color (decimal): -16640017 or 15668994. OLE color: 15668994.

HSL color Cylindrical-coordinate representation of color #0217EF: hue angle of 234.68º 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 #0217EF is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB223239-
CMYK0.990.9000.06
HSL234.68º98.34%47.25%-
HSV(B)234.68º99.16%93.73%-
XYZ15.916.8682.15-
YUV41.34239.5499.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 23 (9.38% from 255) = 8.71%
BLUE value IS 239 (93.75% from 255) = 90.53%
R=0.76%
G=8.71%
B=90.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232390.990.9000.06234.6898.3447.25
Hex217EF635A06eb622f
Octal2273571431320635314257
Binary101011111101111110001110110100110111010111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0217EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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