Html Css Color HEX #1115DA Medium Blue

📋 copy color: '#1115DA'

red 17 ◦ green 21 ◦ blue 218

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

Shades of Medium Blue #1115DA

Tints of Medium Blue #1115DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 85.16%

R = 6.64%
G = 8.2%
B = 85.16%

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1115DA (or 0x1115DA) is known color: Medium Blue. HEX triplet: 11, 15 and DA. RGB value is (17,21,218). Sum of RGB (Red+Green+Blue) = 17+21+218=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 218 (85.55% from 255 or 85.16% from 256); Max value from RGB is 218 - color contains mainly: blue. Hex color #1115DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1115DA is #EEEA25. Grayscale: #292929. Windows color (decimal): -15657510 or 14292241. OLE color: 14292241.

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

Color convert

RGB 17 21 218 -
CMYK 0.92 0.90 0 0.15
HSL 238.81º 0.86% 0.46% -
HSV(B) 238.81º 0.92% 0.85% -
XYZ 13.15 5.72 66.74 -
YUV 42.26 227.17 109.98 -
System Red Green Blue C M Y K H S L
Decimal 17 21 218 0.92 0.90 0 0.15 238.81 0.86 0.46
Hex 11 15 DA 5C 5A 0 F EF 56 2E
Octal 21 25 332 134 132 0 17 357 126 56
Binary 10001 10101 11011010 1011100 1011010 0 1111 11101111 1010110 101110

Color Harmonies of #1115DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1115DA

Black with #1115DA

Text Example


Text Example

White with #1115DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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