Html Css Color HEX #1119EB Blue

📋 copy color: '#1119EB'

red 17 ◦ green 25 ◦ blue 235

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

Shades of Blue #1119EB

Tints of Blue #1119EB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.03%

 BLUE value IS 235 (92.19% from 255) = 84.84%

R = 6.14%
G = 9.03%
B = 84.84%

CMYK

 C value IS 0.93

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1119EB (or 0x1119EB) is known color: Blue. HEX triplet: 11, 19 and EB. RGB value is (17,25,235). Sum of RGB (Red+Green+Blue) = 17+25+235=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 235 (92.19% from 255 or 84.84% from 277); Max value from RGB is 235 - color contains mainly: blue. Hex color #1119EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1119EB is #EEE614. Grayscale: #2D2D2D. Windows color (decimal): -15656469 or 15407377. OLE color: 15407377.

HSL color Cylindrical-coordinate representation of color #1119EB: hue angle of 237.8º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1119EB is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 25 235 -
CMYK 0.93 0.89 0 0.08
HSL 237.8º 0.87% 0.49% -
HSV(B) 237.8º 0.93% 0.92% -
XYZ 15.57 6.81 79.09 -
YUV 46.55 234.35 106.92 -
System Red Green Blue C M Y K H S L
Decimal 17 25 235 0.93 0.89 0 0.08 237.8 0.87 0.49
Hex 11 19 EB 5D 59 0 8 EE 57 31
Octal 21 31 353 135 131 0 10 356 127 61
Binary 10001 11001 11101011 1011101 1011001 0 1000 11101110 1010111 110001

Color Harmonies of #1119EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1119EB

Black with #1119EB

Text Example


Text Example

White with #1119EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1119EB; }

 p { color: rgb(17,25,235); }

 H1.HeaderClassName
 {
   color: #1119EB;
 }
 .AnyTagClassName
 {
   color: #1119EB;
 }
</style>

background-color css

<style>
 a { background-color: #1119EB; }

 a { background-color: rgb(17,25,235); }

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

border-color css

<style>
 span { border-color: #1119EB; }

 span { border-color: rgb(17,25,235); }

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