Html Css Color HEX #117FBC Cerulean

📋 copy color: '#117FBC'

red 17 ◦ green 127 ◦ blue 188

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

Shades of Cerulean #117FBC

Tints of Cerulean #117FBC

RGB

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

 GREEN value IS 127 (50% from 255) = 38.25%

 BLUE value IS 188 (73.83% from 255) = 56.63%

R = 5.12%
G = 38.25%
B = 56.63%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#117FBC (or 0x117FBC) is known color: Cerulean. HEX triplet: 11, 7F and BC. RGB value is (17,127,188). Sum of RGB (Red+Green+Blue) = 17+127+188=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #117FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117FBC is #EE8043. Grayscale: #646464. Windows color (decimal): -15630404 or 12353297. OLE color: 12353297.

HSL color Cylindrical-coordinate representation of color #117FBC: hue angle of 201.4º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117FBC is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 127 188 -
CMYK 0.91 0.32 0 0.26
HSL 201.4º 0.83% 0.4% -
HSV(B) 201.4º 0.91% 0.74% -
XYZ 16.9 18.93 50.34 -
YUV 101.06 177.06 68.04 -
System Red Green Blue C M Y K H S L
Decimal 17 127 188 0.91 0.32 0 0.26 201.4 0.83 0.4
Hex 11 7F BC 5B 20 0 1A C9 53 28
Octal 21 177 274 133 40 0 32 311 123 50
Binary 10001 1111111 10111100 1011011 100000 0 11010 11001001 1010011 101000

Color Harmonies of #117FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117FBC

Black with #117FBC

Text Example


Text Example

White with #117FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,127,188); }

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

background-color css

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

 a { background-color: rgb(17,127,188); }

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

border-color css

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

 span { border-color: rgb(17,127,188); }

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