Html Css Color HEX #1115EF Blue

📋 copy color: '#1115EF'

red 17 ◦ green 21 ◦ blue 239

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

Shades of Blue #1115EF

Tints of Blue #1115EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 86.28%

R = 6.14%
G = 7.58%
B = 86.28%

CMYK

 C value IS 0.93

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1115EF (or 0x1115EF) is known color: Blue. HEX triplet: 11, 15 and EF. RGB value is (17,21,239). Sum of RGB (Red+Green+Blue) = 17+21+239=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 239 (93.75% from 255 or 86.28% from 277); Max value from RGB is 239 - color contains mainly: blue. Hex color #1115EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1115EF is #EEEA10. Grayscale: #2B2B2B. Windows color (decimal): -15657489 or 15668497. OLE color: 15668497.

HSL color Cylindrical-coordinate representation of color #1115EF: hue angle of 238.92º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1115EF is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 21 239 -
CMYK 0.93 0.91 0 0.06
HSL 238.92º 0.87% 0.5% -
HSV(B) 238.92º 0.93% 0.94% -
XYZ 16.08 6.89 82.14 -
YUV 44.66 237.67 108.27 -
System Red Green Blue C M Y K H S L
Decimal 17 21 239 0.93 0.91 0 0.06 238.92 0.87 0.5
Hex 11 15 EF 5D 5B 0 6 EF 57 32
Octal 21 25 357 135 133 0 6 357 127 62
Binary 10001 10101 11101111 1011101 1011011 0 110 11101111 1010111 110010

Color Harmonies of #1115EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1115EF

Black with #1115EF

Text Example


Text Example

White with #1115EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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