Html Css Color HEX #1107BC Medium Blue

📋 copy color: '#1107BC'

red 17 ◦ green 7 ◦ blue 188

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

Shades of Medium Blue #1107BC

Tints of Medium Blue #1107BC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.3%

 BLUE value IS 188 (73.83% from 255) = 88.68%

R = 8.02%
G = 3.3%
B = 88.68%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1107BC (or 0x1107BC) is known color: Medium Blue. HEX triplet: 11, 07 and BC. RGB value is (17,7,188). Sum of RGB (Red+Green+Blue) = 17+7+188=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 188 (73.83% from 255 or 88.68% from 212); Max value from RGB is 188 - color contains mainly: blue. Hex color #1107BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1107BC is #EEF843. Grayscale: #1D1D1D. Windows color (decimal): -15661124 or 12322577. OLE color: 12322577.

HSL color Cylindrical-coordinate representation of color #1107BC: hue angle of 243.31º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1107BC is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 7 188 -
CMYK 0.91 0.96 0 0.26
HSL 243.31º 0.93% 0.38% -
HSV(B) 243.31º 0.96% 0.74% -
XYZ 9.38 3.9 47.84 -
YUV 30.62 216.81 118.28 -
System Red Green Blue C M Y K H S L
Decimal 17 7 188 0.91 0.96 0 0.26 243.31 0.93 0.38
Hex 11 7 BC 5B 60 0 1A F3 5D 26
Octal 21 7 274 133 140 0 32 363 135 46
Binary 10001 111 10111100 1011011 1100000 0 11010 11110011 1011101 100110

Color Harmonies of #1107BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1107BC

Black with #1107BC

Text Example


Text Example

White with #1107BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1107BC; }

 p { color: rgb(17,7,188); }

 H1.HeaderClassName
 {
   color: #1107BC;
 }
 .AnyTagClassName
 {
   color: #1107BC;
 }
</style>

background-color css

<style>
 a { background-color: #1107BC; }

 a { background-color: rgb(17,7,188); }

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

border-color css

<style>
 span { border-color: #1107BC; }

 span { border-color: rgb(17,7,188); }

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