#0E23EF

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

Shades of Blue #0E23EF

Tints of Blue #0E23EF

Color information

#0E23EF (or 0x0E23EF) is unknown color: approx Blue. HEX triplet: 0E, 23 and EF. RGB value is (14,35,239). Sum of RGB (Red+Green+Blue) = 14+35+239=288 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.86% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 239 (93.75% from 255 or 82.99% from 288); Max value from RGB is 239 - color contains mainly: blue. Hex color #0E23EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E23EF is #F1DC10. Grayscale: #333333. Windows color (decimal): -15850513 or 15672078. OLE color: 15672078.

HSL color Cylindrical-coordinate representation of color #0E23EF: hue angle of 234.4º 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 #0E23EF is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1435239-
CMYK0.940.8500.06
HSL234.4º88.93%49.61%-
HSV(B)234.4º94.14%93.73%-
XYZ16.367.5382.25-
YUV51.98233.54100.91-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.86%
GREEN value IS 35 (14.06% from 255) = 12.15%
BLUE value IS 239 (93.75% from 255) = 82.99%
R=4.86%
G=12.15%
B=82.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal14352390.940.8500.06234.488.9349.61
HexE23EF5E5506ea5932
Octal16433571361250635213162
Binary111010001111101111101111010101010110111010101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E23EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,35,239); }

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

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

 a { background-color: rgb(14,35,239); }

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

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

 span { border-color: rgb(14,35,239); }

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