Html Css Color HEX #0E00DB Medium Blue

📋 copy color: '#0E00DB'

red 14 ◦ green 0 ◦ blue 219

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

Shades of Medium Blue #0E00DB

Tints of Medium Blue #0E00DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 219 (85.94% from 255) = 93.99%

R = 6.01%
G = 0%
B = 93.99%

CMYK

 C value IS 0.94

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0E00DB (or 0x0E00DB) is known color: Medium Blue. HEX triplet: 0E, 00 and DB. RGB value is (14,0,219). Sum of RGB (Red+Green+Blue) = 14+0+219=233 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.01% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 219 (85.94% from 255 or 93.99% from 233); Max value from RGB is 219 - color contains mainly: blue. Hex color #0E00DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E00DB is #F1FF24. Grayscale: #1C1C1C. Windows color (decimal): -15859493 or 14352398. OLE color: 14352398.

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

Color convert

RGB 14 0 219 -
CMYK 0.94 1 0 0.14
HSL 243.84º 1% 0.43% -
HSV(B) 243.84º 1% 0.86% -
XYZ 12.97 5.21 67.34 -
YUV 29.15 235.14 117.19 -
System Red Green Blue C M Y K H S L
Decimal 14 0 219 0.94 1 0 0.14 243.84 1 0.43
Hex E 0 DB 5E 64 0 E F4 64 2B
Octal 16 0 333 136 144 0 16 364 144 53
Binary 1110 0 11011011 1011110 1100100 0 1110 11110100 1100100 101011

Color Harmonies of #0E00DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E00DB

Black with #0E00DB

Text Example


Text Example

White with #0E00DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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