#0219EF

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

Shades of Blue #0219EF

Tints of Blue #0219EF

Color information

#0219EF (or 0x0219EF) is unknown color: approx Blue. HEX triplet: 02, 19 and EF. RGB value is (2,25,239). Sum of RGB (Red+Green+Blue) = 2+25+239=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 239 (93.75% from 255 or 89.85% from 266); Max value from RGB is 239 - color contains mainly: blue. Hex color #0219EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0219EF is #FDE610. Grayscale: #292929. Windows color (decimal): -16639505 or 15669506. OLE color: 15669506.

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

Color convert

RGB225239-
CMYK0.990.9000.06
HSL234.18º98.34%47.25%-
HSV(B)234.18º99.16%93.73%-
XYZ15.956.9482.16-
YUV42.52238.8899.1-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 25 (10.16% from 255) = 9.40%
BLUE value IS 239 (93.75% from 255) = 89.85%
R=0.75%
G=9.40%
B=89.85%

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
Decimal2252390.990.9000.06234.1898.3447.25
Hex219EF635A06ea622f
Octal2313571431320635214257
Binary101100111101111110001110110100110111010101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0219EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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