Html Css Color HEX #110CDB Medium Blue

📋 copy color: '#110CDB'

red 17 ◦ green 12 ◦ blue 219

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

Shades of Medium Blue #110CDB

Tints of Medium Blue #110CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.84%

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

R = 6.85%
G = 4.84%
B = 88.31%

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

#110CDB (or 0x110CDB) is known color: Medium Blue. HEX triplet: 11, 0C and DB. RGB value is (17,12,219). Sum of RGB (Red+Green+Blue) = 17+12+219=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 219 (85.94% from 255 or 88.31% from 248); Max value from RGB is 219 - color contains mainly: blue. Hex color #110CDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110CDB is #EEF324. Grayscale: #242424. Windows color (decimal): -15659813 or 14355473. OLE color: 14355473.

HSL color Cylindrical-coordinate representation of color #110CDB: hue angle of 241.45º 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 #110CDB is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 12 219 -
CMYK 0.92 0.95 0 0.14
HSL 241.45º 0.9% 0.45% -
HSV(B) 241.45º 0.95% 0.86% -
XYZ 13.15 5.5 67.39 -
YUV 37.09 230.66 113.67 -
System Red Green Blue C M Y K H S L
Decimal 17 12 219 0.92 0.95 0 0.14 241.45 0.9 0.45
Hex 11 C DB 5C 5F 0 E F1 5A 2D
Octal 21 14 333 134 137 0 16 361 132 55
Binary 10001 1100 11011011 1011100 1011111 0 1110 11110001 1011010 101101

Color Harmonies of #110CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110CDB

Black with #110CDB

Text Example


Text Example

White with #110CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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