Html Css Color HEX #0E0FDC Medium Blue

📋 copy color: '#0E0FDC'

red 14 ◦ green 15 ◦ blue 220

#0E0FDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #0E0FDC

Tints of Medium Blue #0E0FDC

RGB

 RED value IS 14 (5.86% from 255) = 5.62%

 GREEN value IS 15 (6.25% from 255) = 6.02%

 BLUE value IS 220 (86.33% from 255) = 88.35%

R = 5.62%
G = 6.02%
B = 88.35%

CMYK

 C value IS 0.94

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0E0FDC (or 0x0E0FDC) is known color: Medium Blue. HEX triplet: 0E, 0F and DC. RGB value is (14,15,220). Sum of RGB (Red+Green+Blue) = 14+15+220=249 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.62% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 220 (86.33% from 255 or 88.35% from 249); Max value from RGB is 220 - color contains mainly: blue. Hex color #0E0FDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E0FDC is #F1F023. Grayscale: #252525. Windows color (decimal): -15855652 or 14421774. OLE color: 14421774.

HSL color Cylindrical-coordinate representation of color #0E0FDC: hue angle of 239.71º 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 #0E0FDC is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 15 220 -
CMYK 0.94 0.93 0 0.14
HSL 239.71º 0.88% 0.46% -
HSV(B) 239.71º 0.94% 0.86% -
XYZ 13.27 5.6 68.09 -
YUV 38.07 230.67 110.83 -
System Red Green Blue C M Y K H S L
Decimal 14 15 220 0.94 0.93 0 0.14 239.71 0.88 0.46
Hex E F DC 5E 5D 0 E F0 58 2E
Octal 16 17 334 136 135 0 16 360 130 56
Binary 1110 1111 11011100 1011110 1011101 0 1110 11110000 1011000 101110

Color Harmonies of #0E0FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0FDC

Black with #0E0FDC

Text Example


Text Example

White with #0E0FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,15,220); }

 H1.HeaderClassName
 {
   color: #0E0FDC;
 }
 .AnyTagClassName
 {
   color: #0E0FDC;
 }
</style>

background-color css

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

 a { background-color: rgb(14,15,220); }

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

border-color css

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

 span { border-color: rgb(14,15,220); }

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