Html Css Color HEX #110BD8 Medium Blue

📋 copy color: '#110BD8'

red 17 ◦ green 11 ◦ blue 216

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

Shades of Medium Blue #110BD8

Tints of Medium Blue #110BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 88.52%

R = 6.97%
G = 4.51%
B = 88.52%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#110BD8 (or 0x110BD8) is known color: Medium Blue. HEX triplet: 11, 0B and D8. RGB value is (17,11,216). Sum of RGB (Red+Green+Blue) = 17+11+216=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 216 (84.77% from 255 or 88.52% from 244); Max value from RGB is 216 - color contains mainly: blue. Hex color #110BD8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110BD8 is #EEF427. Grayscale: #232323. Windows color (decimal): -15660072 or 14158609. OLE color: 14158609.

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

Color convert

RGB 17 11 216 -
CMYK 0.92 0.95 0 0.15
HSL 241.76º 0.9% 0.45% -
HSV(B) 241.76º 0.95% 0.85% -
XYZ 12.75 5.32 65.32 -
YUV 36.16 229.49 114.33 -
System Red Green Blue C M Y K H S L
Decimal 17 11 216 0.92 0.95 0 0.15 241.76 0.9 0.45
Hex 11 B D8 5C 5F 0 F F2 5A 2D
Octal 21 13 330 134 137 0 17 362 132 55
Binary 10001 1011 11011000 1011100 1011111 0 1111 11110010 1011010 101101

Color Harmonies of #110BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110BD8

Black with #110BD8

Text Example


Text Example

White with #110BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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