Html Css Color HEX #1115DF Medium Blue

📋 copy color: '#1115DF'

red 17 ◦ green 21 ◦ blue 223

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

Shades of Medium Blue #1115DF

Tints of Medium Blue #1115DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 85.44%

R = 6.51%
G = 8.05%
B = 85.44%

CMYK

 C value IS 0.92

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1115DF (or 0x1115DF) is known color: Medium Blue. HEX triplet: 11, 15 and DF. RGB value is (17,21,223). Sum of RGB (Red+Green+Blue) = 17+21+223=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 223 (87.5% from 255 or 85.44% from 261); Max value from RGB is 223 - color contains mainly: blue. Hex color #1115DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1115DF is #EEEA20. Grayscale: #2A2A2A. Windows color (decimal): -15657505 or 14619921. OLE color: 14619921.

HSL color Cylindrical-coordinate representation of color #1115DF: hue angle of 238.83º 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 #1115DF is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 21 223 -
CMYK 0.92 0.91 0 0.13
HSL 238.83º 0.86% 0.47% -
HSV(B) 238.83º 0.92% 0.87% -
XYZ 13.82 5.98 70.24 -
YUV 42.83 229.67 109.57 -
System Red Green Blue C M Y K H S L
Decimal 17 21 223 0.92 0.91 0 0.13 238.83 0.86 0.47
Hex 11 15 DF 5C 5B 0 D EF 56 2F
Octal 21 25 337 134 133 0 15 357 126 57
Binary 10001 10101 11011111 1011100 1011011 0 1101 11101111 1010110 101111

Color Harmonies of #1115DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1115DF

Black with #1115DF

Text Example


Text Example

White with #1115DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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