#0218EF

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

Shades of Blue #0218EF

Tints of Blue #0218EF

Color information

#0218EF (or 0x0218EF) is unknown color: approx Blue. HEX triplet: 02, 18 and EF. RGB value is (2,24,239). Sum of RGB (Red+Green+Blue) = 2+24+239=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 239 (93.75% from 255 or 90.19% from 265); Max value from RGB is 239 - color contains mainly: blue. Hex color #0218EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0218EF is #FDE710. Grayscale: #292929. Windows color (decimal): -16639761 or 15669250. OLE color: 15669250.

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

Color convert

RGB224239-
CMYK0.990.9000.06
HSL234.43º98.34%47.25%-
HSV(B)234.43º99.16%93.73%-
XYZ15.936.982.15-
YUV41.93239.2199.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 24 (9.77% from 255) = 9.06%
BLUE value IS 239 (93.75% from 255) = 90.19%
R=0.75%
G=9.06%
B=90.19%

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
Decimal2242390.990.9000.06234.4398.3447.25
Hex218EF635A06ea622f
Octal2303571431320635214257
Binary101100011101111110001110110100110111010101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0218EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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