Html Css Color HEX #1115FF Blue

📋 copy color: '#1115FF'

red 17 ◦ green 21 ◦ blue 255

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

Shades of Blue #1115FF

Tints of Blue #1115FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 87.03%

R = 5.8%
G = 7.17%
B = 87.03%

CMYK

 C value IS 0.93

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1115FF (or 0x1115FF) is known color: Blue. HEX triplet: 11, 15 and FF. RGB value is (17,21,255). Sum of RGB (Red+Green+Blue) = 17+21+255=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 255 (100% from 255 or 87.03% from 293); Max value from RGB is 255 - color contains mainly: blue. Hex color #1115FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1115FF is #EEEA00. Grayscale: #2D2D2D. Windows color (decimal): -15657473 or 16717073. OLE color: 16717073.

HSL color Cylindrical-coordinate representation of color #1115FF: hue angle of 238.99º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1115FF is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 17 21 255 -
CMYK 0.93 0.92 0 0
HSL 238.99º 1% 0.53% -
HSV(B) 238.99º 0.93% 1% -
XYZ 18.55 7.88 95.15 -
YUV 46.48 245.67 106.97 -
System Red Green Blue C M Y K H S L
Decimal 17 21 255 0.93 0.92 0 0 238.99 1 0.53
Hex 11 15 FF 5D 5C 0 0 EF 64 35
Octal 21 25 377 135 134 0 0 357 144 65
Binary 10001 10101 11111111 1011101 1011100 0 0 11101111 1100100 110101

Color Harmonies of #1115FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1115FF

Black with #1115FF

Text Example


Text Example

White with #1115FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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