Html Css Color HEX #1115CC Medium Blue

📋 copy color: '#1115CC'

red 17 ◦ green 21 ◦ blue 204

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

Shades of Medium Blue #1115CC

Tints of Medium Blue #1115CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 84.3%

R = 7.02%
G = 8.68%
B = 84.3%

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1115CC (or 0x1115CC) is known color: Medium Blue. HEX triplet: 11, 15 and CC. RGB value is (17,21,204). Sum of RGB (Red+Green+Blue) = 17+21+204=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 204 (80.08% from 255 or 84.30% from 242); Max value from RGB is 204 - color contains mainly: blue. Hex color #1115CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1115CC is #EEEA33. Grayscale: #272727. Windows color (decimal): -15657524 or 13374737. OLE color: 13374737.

HSL color Cylindrical-coordinate representation of color #1115CC: hue angle of 238.72º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1115CC is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 17 21 204 -
CMYK 0.92 0.90 0 0.2
HSL 238.72º 0.85% 0.43% -
HSV(B) 238.72º 0.92% 0.8% -
XYZ 11.4 5.02 57.49 -
YUV 40.67 220.17 111.12 -
System Red Green Blue C M Y K H S L
Decimal 17 21 204 0.92 0.90 0 0.2 238.72 0.85 0.43
Hex 11 15 CC 5C 5A 0 14 EF 55 2B
Octal 21 25 314 134 132 0 24 357 125 53
Binary 10001 10101 11001100 1011100 1011010 0 10100 11101111 1010101 101011

Color Harmonies of #1115CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1115CC

Black with #1115CC

Text Example


Text Example

White with #1115CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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