Html Css Color HEX #110BDB Medium Blue

📋 copy color: '#110BDB'

red 17 ◦ green 11 ◦ blue 219

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

Shades of Medium Blue #110BDB

Tints of Medium Blue #110BDB

RGB

 RED value IS 17 (7.03% from 255) = 6.88%

 GREEN value IS 11 (4.69% from 255) = 4.45%

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

R = 6.88%
G = 4.45%
B = 88.66%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#110BDB (or 0x110BDB) is known color: Medium Blue. HEX triplet: 11, 0B and DB. RGB value is (17,11,219). Sum of RGB (Red+Green+Blue) = 17+11+219=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 219 (85.94% from 255 or 88.66% from 247); Max value from RGB is 219 - color contains mainly: blue. Hex color #110BDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110BDB is #EEF424. Grayscale: #232323. Windows color (decimal): -15660069 or 14355217. OLE color: 14355217.

HSL color Cylindrical-coordinate representation of color #110BDB: hue angle of 241.73º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110BDB is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 11 219 -
CMYK 0.92 0.95 0 0.14
HSL 241.73º 0.9% 0.45% -
HSV(B) 241.73º 0.95% 0.86% -
XYZ 13.14 5.47 67.38 -
YUV 36.51 230.99 114.09 -
System Red Green Blue C M Y K H S L
Decimal 17 11 219 0.92 0.95 0 0.14 241.73 0.9 0.45
Hex 11 B DB 5C 5F 0 E F2 5A 2D
Octal 21 13 333 134 137 0 16 362 132 55
Binary 10001 1011 11011011 1011100 1011111 0 1110 11110010 1011010 101101

Color Harmonies of #110BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110BDB

Black with #110BDB

Text Example


Text Example

White with #110BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110BDB; }

 p { color: rgb(17,11,219); }

 H1.HeaderClassName
 {
   color: #110BDB;
 }
 .AnyTagClassName
 {
   color: #110BDB;
 }
</style>

background-color css

<style>
 a { background-color: #110BDB; }

 a { background-color: rgb(17,11,219); }

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

border-color css

<style>
 span { border-color: #110BDB; }

 span { border-color: rgb(17,11,219); }

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