Html Css Color HEX #117BBA Cerulean

📋 copy color: '#117BBA'

red 17 ◦ green 123 ◦ blue 186

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

Shades of Cerulean #117BBA

Tints of Cerulean #117BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.73%

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

R = 5.21%
G = 37.73%
B = 57.06%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#117BBA (or 0x117BBA) is known color: Cerulean. HEX triplet: 11, 7B and BA. RGB value is (17,123,186). Sum of RGB (Red+Green+Blue) = 17+123+186=326 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.21% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #117BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117BBA is #EE8445. Grayscale: #626262. Windows color (decimal): -15631430 or 12221201. OLE color: 12221201.

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

Color convert

RGB 17 123 186 -
CMYK 0.91 0.34 0 0.27
HSL 202.37º 0.83% 0.4% -
HSV(B) 202.37º 0.91% 0.73% -
XYZ 16.18 17.83 49.04 -
YUV 98.49 177.38 69.88 -
System Red Green Blue C M Y K H S L
Decimal 17 123 186 0.91 0.34 0 0.27 202.37 0.83 0.4
Hex 11 7B BA 5B 22 0 1B CA 53 28
Octal 21 173 272 133 42 0 33 312 123 50
Binary 10001 1111011 10111010 1011011 100010 0 11011 11001010 1010011 101000

Color Harmonies of #117BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117BBA

Black with #117BBA

Text Example


Text Example

White with #117BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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