#0E2FF0

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

Shades of Blue #0E2FF0

Tints of Blue #0E2FF0

Color information

#0E2FF0 (or 0x0E2FF0) is unknown color: approx Blue. HEX triplet: 0E, 2F and F0. RGB value is (14,47,240). Sum of RGB (Red+Green+Blue) = 14+47+240=301 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.65% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 240 (94.14% from 255 or 79.73% from 301); Max value from RGB is 240 - color contains mainly: blue. Hex color #0E2FF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E2FF0 is #F1D00F. Grayscale: #3A3A3A. Windows color (decimal): -15847440 or 15740686. OLE color: 15740686.

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

Color convert

RGB1447240-
CMYK0.940.8000.06
HSL231.24º88.98%49.8%-
HSV(B)231.24º94.17%94.12%-
XYZ16.938.4283.17-
YUV59.14230.0795.81-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.65%
GREEN value IS 47 (18.75% from 255) = 15.61%
BLUE value IS 240 (94.14% from 255) = 79.73%
R=4.65%
G=15.61%
B=79.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal14472400.940.8000.06231.2488.9849.8
HexE2FF05E5006e75932
Octal16573601361200634713162
Binary111010111111110000101111010100000110111001111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,47,240); }

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

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

 a { background-color: rgb(14,47,240); }

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

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

 span { border-color: rgb(14,47,240); }

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