Html Css Color HEX #117CBC Cerulean

📋 copy color: '#117CBC'

red 17 ◦ green 124 ◦ blue 188

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

Shades of Cerulean #117CBC

Tints of Cerulean #117CBC

RGB

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

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

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

R = 5.17%
G = 37.69%
B = 57.14%

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

#117CBC (or 0x117CBC) is known color: Cerulean. HEX triplet: 11, 7C and BC. RGB value is (17,124,188). Sum of RGB (Red+Green+Blue) = 17+124+188=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #117CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117CBC is #EE8343. Grayscale: #626262. Windows color (decimal): -15631172 or 12352529. OLE color: 12352529.

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

Color convert

RGB 17 124 188 -
CMYK 0.91 0.34 0 0.26
HSL 202.46º 0.83% 0.4% -
HSV(B) 202.46º 0.91% 0.74% -
XYZ 16.52 18.17 50.21 -
YUV 99.3 178.05 69.3 -
System Red Green Blue C M Y K H S L
Decimal 17 124 188 0.91 0.34 0 0.26 202.46 0.83 0.4
Hex 11 7C BC 5B 22 0 1A CA 53 28
Octal 21 174 274 133 42 0 32 312 123 50
Binary 10001 1111100 10111100 1011011 100010 0 11010 11001010 1010011 101000

Color Harmonies of #117CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117CBC

Black with #117CBC

Text Example


Text Example

White with #117CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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