#0E0CED

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

Shades of Blue #0E0CED

Tints of Blue #0E0CED

Color information

#0E0CED (or 0x0E0CED) is unknown color: approx Blue. HEX triplet: 0E, 0C and ED. RGB value is (14,12,237). Sum of RGB (Red+Green+Blue) = 14+12+237=263 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.32% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 237 (92.97% from 255 or 90.11% from 263); Max value from RGB is 237 - color contains mainly: blue. Hex color #0E0CED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0E0CED is #F1F312. Grayscale: #252525. Windows color (decimal): -15856403 or 15535118. OLE color: 15535118.

HSL color Cylindrical-coordinate representation of color #0E0CED: hue angle of 240.53º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E0CED is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1412237-
CMYK0.940.9500.07
HSL240.53º90.36%48.82%-
HSV(B)240.53º94.94%92.94%-
XYZ15.66.4780.55-
YUV38.25240.16110.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.32%
GREEN value IS 12 (5.08% from 255) = 4.56%
BLUE value IS 237 (92.97% from 255) = 90.11%
R=5.32%
G=4.56%
B=90.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal14122370.940.9500.07240.5390.3648.82
HexECED5E5F07f15a31
Octal16143551361370736113261
Binary1110110011101101101111010111110111111100011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,12,237); }

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

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

 a { background-color: rgb(14,12,237); }

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

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

 span { border-color: rgb(14,12,237); }

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