#0E23DF

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

Shades of Medium Blue #0E23DF

Tints of Medium Blue #0E23DF

Color information

#0E23DF (or 0x0E23DF) is unknown color: approx Medium Blue. HEX triplet: 0E, 23 and DF. RGB value is (14,35,223). Sum of RGB (Red+Green+Blue) = 14+35+223=272 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.15% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 223 (87.5% from 255 or 81.99% from 272); Max value from RGB is 223 - color contains mainly: blue. Hex color #0E23DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E23DF is #F1DC20. Grayscale: #313131. Windows color (decimal): -15850529 or 14623502. OLE color: 14623502.

HSL color Cylindrical-coordinate representation of color #0E23DF: hue angle of 233.97º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E23DF is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1435223-
CMYK0.940.8400.13
HSL233.97º88.19%46.47%-
HSV(B)233.97º93.72%87.45%-
XYZ14.16.6270.35-
YUV50.15225.54102.21-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.15%
GREEN value IS 35 (14.06% from 255) = 12.87%
BLUE value IS 223 (87.5% from 255) = 81.99%
R=5.15%
G=12.87%
B=81.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal14352230.940.8400.13233.9788.1946.47
HexE23DF5E540Dea582e
Octal164333713612401535213056
Binary1110100011110111111011110101010001101111010101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E23DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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