Html Css Color HEX #0E07BD Medium Blue

📋 copy color: '#0E07BD'

red 14 ◦ green 7 ◦ blue 189

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

Shades of Medium Blue #0E07BD

Tints of Medium Blue #0E07BD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.33%

 BLUE value IS 189 (74.22% from 255) = 90%

R = 6.67%
G = 3.33%
B = 90%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0E07BD (or 0x0E07BD) is known color: Medium Blue. HEX triplet: 0E, 07 and BD. RGB value is (14,7,189). Sum of RGB (Red+Green+Blue) = 14+7+189=210 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.67% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 189 (74.22% from 255 or 90% from 210); Max value from RGB is 189 - color contains mainly: blue. Hex color #0E07BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E07BD is #F1F842. Grayscale: #1D1D1D. Windows color (decimal): -15857731 or 12388110. OLE color: 12388110.

HSL color Cylindrical-coordinate representation of color #0E07BD: hue angle of 242.31º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E07BD is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 7 189 -
CMYK 0.93 0.96 0 0.26
HSL 242.31º 0.93% 0.38% -
HSV(B) 242.31º 0.96% 0.74% -
XYZ 9.44 3.92 48.4 -
YUV 29.84 217.82 116.7 -
System Red Green Blue C M Y K H S L
Decimal 14 7 189 0.93 0.96 0 0.26 242.31 0.93 0.38
Hex E 7 BD 5D 60 0 1A F2 5D 26
Octal 16 7 275 135 140 0 32 362 135 46
Binary 1110 111 10111101 1011101 1100000 0 11010 11110010 1011101 100110

Color Harmonies of #0E07BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E07BD

Black with #0E07BD

Text Example


Text Example

White with #0E07BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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