#117EB4

Color #117EB4 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #117EB4

Tints of Cerulean #117EB4

Color information

#117EB4 (or 0x117EB4) is unknown color: approx Cerulean. HEX triplet: 11, 7E and B4. RGB value is (17,126,180). Sum of RGB (Red+Green+Blue) = 17+126+180=323 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.26% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 180 (70.70% from 255 or 55.73% from 323); Max value from RGB is 180 - color contains mainly: blue. Hex color #117EB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117EB4 is #EE814B. Grayscale: #636363. Windows color (decimal): -15630668 or 11828753. OLE color: 11828753.

HSL color Cylindrical-coordinate representation of color #117EB4: hue angle of 199.88º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117EB4 is Cyan = 0.91, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17126180-
CMYK0.910.300.29
HSL199.88º82.74%38.63%-
HSV(B)199.88º90.56%70.59%-
XYZ15.9318.3445.88-
YUV99.56173.3969.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.26%
GREEN value IS 126 (49.61% from 255) = 39.01%
BLUE value IS 180 (70.70% from 255) = 55.73%
R=5.26%
G=39.01%
B=55.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171261800.910.300.29199.8882.7438.63
Hex117EB45B1E01Dc85327
Octal211762641333603531012347
Binary10001111111010110100101101111110011101110010001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117EB4; }

 p { color: rgb(17,126,180); }

 H1.HeaderClassName
 {
   color: #117EB4;
 }
 .AnyTagClassName
 {
   color: #117EB4;
 }
</style>
background-color css

<style>
 a { background-color: #117EB4; }

 a { background-color: rgb(17,126,180); }

 div.DivClassName
 {
   background-color: #117EB4;
 }
 .BgClassName
 {
   background-color: #117EB4;
 }
</style>
border-color css

<style>
 span { border-color: #117EB4; }

 span { border-color: rgb(17,126,180); }

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