Html Css Color HEX #110BCE Medium Blue

📋 copy color: '#110BCE'

red 17 ◦ green 11 ◦ blue 206

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

Shades of Medium Blue #110BCE

Tints of Medium Blue #110BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 88.03%

R = 7.26%
G = 4.7%
B = 88.03%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#110BCE (or 0x110BCE) is known color: Medium Blue. HEX triplet: 11, 0B and CE. RGB value is (17,11,206). Sum of RGB (Red+Green+Blue) = 17+11+206=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 206 (80.86% from 255 or 88.03% from 234); Max value from RGB is 206 - color contains mainly: blue. Hex color #110BCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110BCE is #EEF431. Grayscale: #222222. Windows color (decimal): -15660082 or 13503249. OLE color: 13503249.

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

Color convert

RGB 17 11 206 -
CMYK 0.92 0.95 0 0.19
HSL 241.85º 0.9% 0.43% -
HSV(B) 241.85º 0.95% 0.81% -
XYZ 11.49 4.81 58.72 -
YUV 35.02 224.49 115.14 -
System Red Green Blue C M Y K H S L
Decimal 17 11 206 0.92 0.95 0 0.19 241.85 0.9 0.43
Hex 11 B CE 5C 5F 0 13 F2 5A 2B
Octal 21 13 316 134 137 0 23 362 132 53
Binary 10001 1011 11001110 1011100 1011111 0 10011 11110010 1011010 101011

Color Harmonies of #110BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110BCE

Black with #110BCE

Text Example


Text Example

White with #110BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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