Html Css Color HEX #117FBA Cerulean

📋 copy color: '#117FBA'

red 17 ◦ green 127 ◦ blue 186

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

Shades of Cerulean #117FBA

Tints of Cerulean #117FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.36%

R = 5.15%
G = 38.48%
B = 56.36%

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

#117FBA (or 0x117FBA) is known color: Cerulean. HEX triplet: 11, 7F and BA. RGB value is (17,127,186). Sum of RGB (Red+Green+Blue) = 17+127+186=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #117FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117FBA is #EE8045. Grayscale: #646464. Windows color (decimal): -15630406 or 12222225. OLE color: 12222225.

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

Color convert

RGB 17 127 186 -
CMYK 0.91 0.32 0 0.27
HSL 200.95º 0.83% 0.4% -
HSV(B) 200.95º 0.91% 0.73% -
XYZ 16.68 18.84 49.21 -
YUV 100.84 176.06 68.2 -
System Red Green Blue C M Y K H S L
Decimal 17 127 186 0.91 0.32 0 0.27 200.95 0.83 0.4
Hex 11 7F BA 5B 20 0 1B C9 53 28
Octal 21 177 272 133 40 0 33 311 123 50
Binary 10001 1111111 10111010 1011011 100000 0 11011 11001001 1010011 101000

Color Harmonies of #117FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117FBA

Black with #117FBA

Text Example


Text Example

White with #117FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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