Html Css Color HEX #117CBD Cerulean

📋 copy color: '#117CBD'

red 17 ◦ green 124 ◦ blue 189

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

Shades of Cerulean #117CBD

Tints of Cerulean #117CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 57.27%

R = 5.15%
G = 37.58%
B = 57.27%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#117CBD (or 0x117CBD) is known color: Cerulean. HEX triplet: 11, 7C and BD. RGB value is (17,124,189). Sum of RGB (Red+Green+Blue) = 17+124+189=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #117CBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117CBD is #EE8342. Grayscale: #636363. Windows color (decimal): -15631171 or 12418065. OLE color: 12418065.

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

Color convert

RGB 17 124 189 -
CMYK 0.91 0.34 0 0.26
HSL 202.67º 0.83% 0.4% -
HSV(B) 202.67º 0.91% 0.74% -
XYZ 16.62 18.21 50.78 -
YUV 99.42 178.55 69.21 -
System Red Green Blue C M Y K H S L
Decimal 17 124 189 0.91 0.34 0 0.26 202.67 0.83 0.4
Hex 11 7C BD 5B 22 0 1A CB 53 28
Octal 21 174 275 133 42 0 32 313 123 50
Binary 10001 1111100 10111101 1011011 100010 0 11010 11001011 1010011 101000

Color Harmonies of #117CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117CBD

Black with #117CBD

Text Example


Text Example

White with #117CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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