Html Css Color HEX #1115DB Medium Blue

📋 copy color: '#1115DB'

red 17 ◦ green 21 ◦ blue 219

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

Shades of Medium Blue #1115DB

Tints of Medium Blue #1115DB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.17%

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

R = 6.61%
G = 8.17%
B = 85.21%

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1115DB (or 0x1115DB) is known color: Medium Blue. HEX triplet: 11, 15 and DB. RGB value is (17,21,219). Sum of RGB (Red+Green+Blue) = 17+21+219=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 219 (85.94% from 255 or 85.21% from 257); Max value from RGB is 219 - color contains mainly: blue. Hex color #1115DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1115DB is #EEEA24. Grayscale: #292929. Windows color (decimal): -15657509 or 14357777. OLE color: 14357777.

HSL color Cylindrical-coordinate representation of color #1115DB: hue angle of 238.81º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1115DB is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 21 219 -
CMYK 0.92 0.90 0 0.14
HSL 238.81º 0.86% 0.46% -
HSV(B) 238.81º 0.92% 0.86% -
XYZ 13.29 5.77 67.43 -
YUV 42.38 227.67 109.9 -
System Red Green Blue C M Y K H S L
Decimal 17 21 219 0.92 0.90 0 0.14 238.81 0.86 0.46
Hex 11 15 DB 5C 5A 0 E EF 56 2E
Octal 21 25 333 134 132 0 16 357 126 56
Binary 10001 10101 11011011 1011100 1011010 0 1110 11101111 1010110 101110

Color Harmonies of #1115DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1115DB

Black with #1115DB

Text Example


Text Example

White with #1115DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1115DB; }

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

 H1.HeaderClassName
 {
   color: #1115DB;
 }
 .AnyTagClassName
 {
   color: #1115DB;
 }
</style>

background-color css

<style>
 a { background-color: #1115DB; }

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

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

border-color css

<style>
 span { border-color: #1115DB; }

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

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