Html Css Color HEX #0E17BB Medium Blue

📋 copy color: '#0E17BB'

red 14 ◦ green 23 ◦ blue 187

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

Shades of Medium Blue #0E17BB

Tints of Medium Blue #0E17BB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.27%

 BLUE value IS 187 (73.44% from 255) = 83.48%

R = 6.25%
G = 10.27%
B = 83.48%

CMYK

 C value IS 0.93

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E17BB (or 0x0E17BB) is known color: Medium Blue. HEX triplet: 0E, 17 and BB. RGB value is (14,23,187). Sum of RGB (Red+Green+Blue) = 14+23+187=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 187 (73.44% from 255 or 83.48% from 224); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E17BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E17BB is #F1E844. Grayscale: #262626. Windows color (decimal): -15853637 or 12261134. OLE color: 12261134.

HSL color Cylindrical-coordinate representation of color #0E17BB: hue angle of 236.88º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E17BB is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 23 187 -
CMYK 0.93 0.88 0 0.27
HSL 236.88º 0.86% 0.39% -
HSV(B) 236.88º 0.93% 0.73% -
XYZ 9.46 4.29 47.34 -
YUV 39.01 211.52 110.16 -
System Red Green Blue C M Y K H S L
Decimal 14 23 187 0.93 0.88 0 0.27 236.88 0.86 0.39
Hex E 17 BB 5D 58 0 1B ED 56 27
Octal 16 27 273 135 130 0 33 355 126 47
Binary 1110 10111 10111011 1011101 1011000 0 11011 11101101 1010110 100111

Color Harmonies of #0E17BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E17BB

Black with #0E17BB

Text Example


Text Example

White with #0E17BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,23,187); }

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

background-color css

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

 a { background-color: rgb(14,23,187); }

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

border-color css

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

 span { border-color: rgb(14,23,187); }

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