Html Css Color HEX #111BD0 Medium Blue

📋 copy color: '#111BD0'

red 17 ◦ green 27 ◦ blue 208

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

Shades of Medium Blue #111BD0

Tints of Medium Blue #111BD0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.71%

 BLUE value IS 208 (81.64% from 255) = 82.54%

R = 6.75%
G = 10.71%
B = 82.54%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#111BD0 (or 0x111BD0) is known color: Medium Blue. HEX triplet: 11, 1B and D0. RGB value is (17,27,208). Sum of RGB (Red+Green+Blue) = 17+27+208=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 208 (81.64% from 255 or 82.54% from 252); Max value from RGB is 208 - color contains mainly: blue. Hex color #111BD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111BD0 is #EEE42F. Grayscale: #2B2B2B. Windows color (decimal): -15655984 or 13638417. OLE color: 13638417.

HSL color Cylindrical-coordinate representation of color #111BD0: hue angle of 236.86º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #111BD0 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 17 27 208 -
CMYK 0.92 0.87 0 0.18
HSL 236.86º 0.85% 0.44% -
HSV(B) 236.86º 0.92% 0.82% -
XYZ 12.01 5.46 60.09 -
YUV 44.64 220.19 108.28 -
System Red Green Blue C M Y K H S L
Decimal 17 27 208 0.92 0.87 0 0.18 236.86 0.85 0.44
Hex 11 1B D0 5C 57 0 12 ED 55 2C
Octal 21 33 320 134 127 0 22 355 125 54
Binary 10001 11011 11010000 1011100 1010111 0 10010 11101101 1010101 101100

Color Harmonies of #111BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111BD0

Black with #111BD0

Text Example


Text Example

White with #111BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111BD0; }

 p { color: rgb(17,27,208); }

 H1.HeaderClassName
 {
   color: #111BD0;
 }
 .AnyTagClassName
 {
   color: #111BD0;
 }
</style>

background-color css

<style>
 a { background-color: #111BD0; }

 a { background-color: rgb(17,27,208); }

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

border-color css

<style>
 span { border-color: #111BD0; }

 span { border-color: rgb(17,27,208); }

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