#117CB4

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

Shades of Cerulean #117CB4

Tints of Cerulean #117CB4

Color information

#117CB4 (or 0x117CB4) is unknown color: approx Cerulean. HEX triplet: 11, 7C and B4. RGB value is (17,124,180). Sum of RGB (Red+Green+Blue) = 17+124+180=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 180 (70.70% from 255 or 56.07% from 321); Max value from RGB is 180 - color contains mainly: blue. Hex color #117CB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117CB4 is #EE834B. Grayscale: #626262. Windows color (decimal): -15631180 or 11828241. OLE color: 11828241.

HSL color Cylindrical-coordinate representation of color #117CB4: hue angle of 200.61º 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 #117CB4 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17124180-
CMYK0.910.3100.29
HSL200.61º82.74%38.63%-
HSV(B)200.61º90.56%70.59%-
XYZ15.6817.8345.8-
YUV98.39174.0569.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.30%
GREEN value IS 124 (48.83% from 255) = 38.63%
BLUE value IS 180 (70.70% from 255) = 56.07%
R=5.30%
G=38.63%
B=56.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171241800.910.3100.29200.6182.7438.63
Hex117CB45B1F01Dc95327
Octal211742641333703531112347
Binary10001111110010110100101101111111011101110010011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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