Html Css Color HEX #117CB8 Cerulean

📋 copy color: '#117CB8'

red 17 ◦ green 124 ◦ blue 184

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

Shades of Cerulean #117CB8

Tints of Cerulean #117CB8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.15%

 BLUE value IS 184 (72.27% from 255) = 56.62%

R = 5.23%
G = 38.15%
B = 56.62%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#117CB8 (or 0x117CB8) is known color: Cerulean. HEX triplet: 11, 7C and B8. RGB value is (17,124,184). Sum of RGB (Red+Green+Blue) = 17+124+184=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 184 (72.27% from 255 or 56.62% from 325); Max value from RGB is 184 - color contains mainly: blue. Hex color #117CB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117CB8 is #EE8347. Grayscale: #626262. Windows color (decimal): -15631176 or 12090385. OLE color: 12090385.

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

Color convert

RGB 17 124 184 -
CMYK 0.91 0.33 0 0.28
HSL 201.56º 0.83% 0.39% -
HSV(B) 201.56º 0.91% 0.72% -
XYZ 16.09 18 47.97 -
YUV 98.85 176.05 69.62 -
System Red Green Blue C M Y K H S L
Decimal 17 124 184 0.91 0.33 0 0.28 201.56 0.83 0.39
Hex 11 7C B8 5B 21 0 1C CA 53 27
Octal 21 174 270 133 41 0 34 312 123 47
Binary 10001 1111100 10111000 1011011 100001 0 11100 11001010 1010011 100111

Color Harmonies of #117CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117CB8

Black with #117CB8

Text Example


Text Example

White with #117CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #117CB8;
 }
 .AnyTagClassName
 {
   color: #117CB8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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