#0217EA

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

Shades of Blue #0217EA

Tints of Blue #0217EA

Color information

#0217EA (or 0x0217EA) is unknown color: approx Blue. HEX triplet: 02, 17 and EA. RGB value is (2,23,234). Sum of RGB (Red+Green+Blue) = 2+23+234=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 234 (91.80% from 255 or 90.35% from 259); Max value from RGB is 234 - color contains mainly: blue. Hex color #0217EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0217EA is #FDE815. Grayscale: #272727. Windows color (decimal): -16640022 or 15341314. OLE color: 15341314.

HSL color Cylindrical-coordinate representation of color #0217EA: hue angle of 234.57º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0217EA is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223234-
CMYK0.990.9000.08
HSL234.57º98.31%46.27%-
HSV(B)234.57º99.15%91.76%-
XYZ15.186.5778.31-
YUV40.78237.04100.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.77%
GREEN value IS 23 (9.38% from 255) = 8.88%
BLUE value IS 234 (91.80% from 255) = 90.35%
R=0.77%
G=8.88%
B=90.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232340.990.9000.08234.5798.3146.27
Hex217EA635A08eb622e
Octal22735214313201035314256
Binary1010111111010101100011101101001000111010111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0217EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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