#0E02FE

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

Shades of Blue #0E02FE

Tints of Blue #0E02FE

Color information

#0E02FE (or 0x0E02FE) is unknown color: approx Blue. HEX triplet: 0E, 02 and FE. RGB value is (14,2,254). Sum of RGB (Red+Green+Blue) = 14+2+254=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 254 (99.61% from 255 or 94.07% from 270); Max value from RGB is 254 - color contains mainly: blue. Hex color #0E02FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0E02FE is #F1FD01. Grayscale: #212121. Windows color (decimal): -15858946 or 16646670. OLE color: 16646670.

HSL color Cylindrical-coordinate representation of color #0E02FE: hue angle of 242.86º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E02FE is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB142254-
CMYK0.940.9900.00
HSL242.86º99.21%50.2%-
HSV(B)242.86º99.21%99.61%-
XYZ18.097.2994.22-
YUV34.32251.98113.51-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.19%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 254 (99.61% from 255) = 94.07%
R=5.19%
G=0.74%
B=94.07%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1422540.940.9900.00242.8699.2150.2
HexE2FE5E6300f36332
Octal1623761361430036314362
Binary111010111111101011110110001100111100111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E02FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E02FE; }

 p { color: rgb(14,2,254); }

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

<style>
 a { background-color: #0E02FE; }

 a { background-color: rgb(14,2,254); }

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

<style>
 span { border-color: #0E02FE; }

 span { border-color: rgb(14,2,254); }

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