#0E0ACD

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

Shades of Medium Blue #0E0ACD

Tints of Medium Blue #0E0ACD

Color information

#0E0ACD (or 0x0E0ACD) is unknown color: approx Medium Blue. HEX triplet: 0E, 0A and CD. RGB value is (14,10,205). Sum of RGB (Red+Green+Blue) = 14+10+205=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 205 (80.47% from 255 or 89.52% from 229); Max value from RGB is 205 - color contains mainly: blue. Hex color #0E0ACD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E0ACD is #F1F532. Grayscale: #202020. Windows color (decimal): -15856947 or 13437454. OLE color: 13437454.

HSL color Cylindrical-coordinate representation of color #0E0ACD: hue angle of 241.23º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E0ACD is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1410205-
CMYK0.930.9500.20
HSL241.23º90.7%42.16%-
HSV(B)241.23º95.12%80.39%-
XYZ11.314.7258.07-
YUV33.43224.83114.14-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.11%
GREEN value IS 10 (4.30% from 255) = 4.37%
BLUE value IS 205 (80.47% from 255) = 89.52%
R=6.11%
G=4.37%
B=89.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal14102050.930.9500.20241.2390.742.16
HexEACD5D5F014f15b2a
Octal161231513513702436113352
Binary111010101100110110111011011111010100111100011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,10,205); }

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

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

 a { background-color: rgb(14,10,205); }

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

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

 span { border-color: rgb(14,10,205); }

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