Html Css Color HEX #1115DD Medium Blue

📋 copy color: '#1115DD'

red 17 ◦ green 21 ◦ blue 221

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

Shades of Medium Blue #1115DD

Tints of Medium Blue #1115DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 85.33%

R = 6.56%
G = 8.11%
B = 85.33%

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1115DD (or 0x1115DD) is known color: Medium Blue. HEX triplet: 11, 15 and DD. RGB value is (17,21,221). Sum of RGB (Red+Green+Blue) = 17+21+221=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 221 (86.72% from 255 or 85.33% from 259); Max value from RGB is 221 - color contains mainly: blue. Hex color #1115DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1115DD is #EEEA22. Grayscale: #292929. Windows color (decimal): -15657507 or 14488849. OLE color: 14488849.

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

Color convert

RGB 17 21 221 -
CMYK 0.92 0.90 0 0.13
HSL 238.82º 0.86% 0.47% -
HSV(B) 238.82º 0.92% 0.87% -
XYZ 13.55 5.88 68.83 -
YUV 42.6 228.67 109.74 -
System Red Green Blue C M Y K H S L
Decimal 17 21 221 0.92 0.90 0 0.13 238.82 0.86 0.47
Hex 11 15 DD 5C 5A 0 D EF 56 2F
Octal 21 25 335 134 132 0 15 357 126 57
Binary 10001 10101 11011101 1011100 1011010 0 1101 11101111 1010110 101111

Color Harmonies of #1115DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1115DD

Black with #1115DD

Text Example


Text Example

White with #1115DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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