Html Css Color HEX #1117E6 Blue

📋 copy color: '#1117E6'

red 17 ◦ green 23 ◦ blue 230

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

Shades of Blue #1117E6

Tints of Blue #1117E6

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.52%

 BLUE value IS 230 (90.23% from 255) = 85.19%

R = 6.3%
G = 8.52%
B = 85.19%

CMYK

 C value IS 0.93

 M value IS 0.9

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1117E6 (or 0x1117E6) is known color: Blue. HEX triplet: 11, 17 and E6. RGB value is (17,23,230). Sum of RGB (Red+Green+Blue) = 17+23+230=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 230 (90.23% from 255 or 85.19% from 270); Max value from RGB is 230 - color contains mainly: blue. Hex color #1117E6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1117E6 is #EEE819. Grayscale: #2B2B2B. Windows color (decimal): -15656986 or 15079185. OLE color: 15079185.

HSL color Cylindrical-coordinate representation of color #1117E6: hue angle of 238.31º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1117E6 is Cyan = 0.93, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 17 23 230 -
CMYK 0.93 0.9 0 0.10
HSL 238.31º 0.86% 0.48% -
HSV(B) 238.31º 0.93% 0.9% -
XYZ 14.82 6.45 75.33 -
YUV 44.8 232.51 108.17 -
System Red Green Blue C M Y K H S L
Decimal 17 23 230 0.93 0.9 0 0.10 238.31 0.86 0.48
Hex 11 17 E6 5D 5A 0 A EE 56 30
Octal 21 27 346 135 132 0 12 356 126 60
Binary 10001 10111 11100110 1011101 1011010 0 1010 11101110 1010110 110000

Color Harmonies of #1117E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1117E6

Black with #1117E6

Text Example


Text Example

White with #1117E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1117E6; }

 p { color: rgb(17,23,230); }

 H1.HeaderClassName
 {
   color: #1117E6;
 }
 .AnyTagClassName
 {
   color: #1117E6;
 }
</style>

background-color css

<style>
 a { background-color: #1117E6; }

 a { background-color: rgb(17,23,230); }

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

border-color css

<style>
 span { border-color: #1117E6; }

 span { border-color: rgb(17,23,230); }

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