#0E07DD

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

Shades of Medium Blue #0E07DD

Tints of Medium Blue #0E07DD

Color information

#0E07DD (or 0x0E07DD) is unknown color: approx Medium Blue. HEX triplet: 0E, 07 and DD. RGB value is (14,7,221). Sum of RGB (Red+Green+Blue) = 14+7+221=242 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.79% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 221 (86.72% from 255 or 91.32% from 242); Max value from RGB is 221 - color contains mainly: blue. Hex color #0E07DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E07DD is #F1F822. Grayscale: #202020. Windows color (decimal): -15857699 or 14485262. OLE color: 14485262.

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

Color convert

RGB147221-
CMYK0.940.9700.13
HSL241.96º93.86%44.71%-
HSV(B)241.96º96.83%86.67%-
XYZ13.315.4768.76-
YUV33.49233.82114.1-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.79%
GREEN value IS 7 (3.12% from 255) = 2.89%
BLUE value IS 221 (86.72% from 255) = 91.32%
R=5.79%
G=2.89%
B=91.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472210.940.9700.13241.9693.8644.71
HexE7DD5E610Df25e2d
Octal16733513614101536213655
Binary1110111110111011011110110000101101111100101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E07DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,7,221); }

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

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

 a { background-color: rgb(14,7,221); }

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

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

 span { border-color: rgb(14,7,221); }

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