#0E23DB

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

Shades of Medium Blue #0E23DB

Tints of Medium Blue #0E23DB

Color information

#0E23DB (or 0x0E23DB) is unknown color: approx Medium Blue. HEX triplet: 0E, 23 and DB. RGB value is (14,35,219). Sum of RGB (Red+Green+Blue) = 14+35+219=268 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.22% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 219 (85.94% from 255 or 81.72% from 268); Max value from RGB is 219 - color contains mainly: blue. Hex color #0E23DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E23DB is #F1DC24. Grayscale: #303030. Windows color (decimal): -15850533 or 14361358. OLE color: 14361358.

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

Color convert

RGB1435219-
CMYK0.940.8400.14
HSL233.85º87.98%45.69%-
HSV(B)233.85º93.61%85.88%-
XYZ13.576.4167.54-
YUV49.7223.54102.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.22%
GREEN value IS 35 (14.06% from 255) = 13.06%
BLUE value IS 219 (85.94% from 255) = 81.72%
R=5.22%
G=13.06%
B=81.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal14352190.940.8400.14233.8587.9845.69
HexE23DB5E540Eea582e
Octal164333313612401635213056
Binary1110100011110110111011110101010001110111010101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E23DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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