#117DB4

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

Shades of Cerulean #117DB4

Tints of Cerulean #117DB4

Color information

#117DB4 (or 0x117DB4) is unknown color: approx Cerulean. HEX triplet: 11, 7D and B4. RGB value is (17,125,180). Sum of RGB (Red+Green+Blue) = 17+125+180=322 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.28% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 180 (70.70% from 255 or 55.90% from 322); Max value from RGB is 180 - color contains mainly: blue. Hex color #117DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117DB4 is #EE824B. Grayscale: #626262. Windows color (decimal): -15630924 or 11828497. OLE color: 11828497.

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

Color convert

RGB17125180-
CMYK0.910.3100.29
HSL200.25º82.74%38.63%-
HSV(B)200.25º90.56%70.59%-
XYZ15.818.0845.84-
YUV98.98173.7269.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.28%
GREEN value IS 125 (49.22% from 255) = 38.82%
BLUE value IS 180 (70.70% from 255) = 55.90%
R=5.28%
G=38.82%
B=55.90%

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
Decimal171251800.910.3100.29200.2582.7438.63
Hex117DB45B1F01Dc85327
Octal211752641333703531012347
Binary10001111110110110100101101111111011101110010001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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