Html Css Color HEX #117FBB Cerulean

📋 copy color: '#117FBB'

red 17 ◦ green 127 ◦ blue 187

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

Shades of Cerulean #117FBB

Tints of Cerulean #117FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.5%

R = 5.14%
G = 38.37%
B = 56.5%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#117FBB (or 0x117FBB) is known color: Cerulean. HEX triplet: 11, 7F and BB. RGB value is (17,127,187). Sum of RGB (Red+Green+Blue) = 17+127+187=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #117FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117FBB is #EE8044. Grayscale: #646464. Windows color (decimal): -15630405 or 12287761. OLE color: 12287761.

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

Color convert

RGB 17 127 187 -
CMYK 0.91 0.32 0 0.27
HSL 201.18º 0.83% 0.4% -
HSV(B) 201.18º 0.91% 0.73% -
XYZ 16.79 18.89 49.77 -
YUV 100.95 176.56 68.12 -
System Red Green Blue C M Y K H S L
Decimal 17 127 187 0.91 0.32 0 0.27 201.18 0.83 0.4
Hex 11 7F BB 5B 20 0 1B C9 53 28
Octal 21 177 273 133 40 0 33 311 123 50
Binary 10001 1111111 10111011 1011011 100000 0 11011 11001001 1010011 101000

Color Harmonies of #117FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117FBB

Black with #117FBB

Text Example


Text Example

White with #117FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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