Html Css Color HEX #117ABB Cerulean

📋 copy color: '#117ABB'

red 17 ◦ green 122 ◦ blue 187

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

Shades of Cerulean #117ABB

Tints of Cerulean #117ABB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.42%

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

R = 5.21%
G = 37.42%
B = 57.36%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#117ABB (or 0x117ABB) is known color: Cerulean. HEX triplet: 11, 7A and BB. RGB value is (17,122,187). Sum of RGB (Red+Green+Blue) = 17+122+187=326 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.21% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #117ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117ABB is #EE8544. Grayscale: #616161. Windows color (decimal): -15631685 or 12286481. OLE color: 12286481.

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

Color convert

RGB 17 122 187 -
CMYK 0.91 0.35 0 0.27
HSL 202.94º 0.83% 0.4% -
HSV(B) 202.94º 0.91% 0.73% -
XYZ 16.16 17.63 49.56 -
YUV 98.02 178.21 70.21 -
System Red Green Blue C M Y K H S L
Decimal 17 122 187 0.91 0.35 0 0.27 202.94 0.83 0.4
Hex 11 7A BB 5B 23 0 1B CB 53 28
Octal 21 172 273 133 43 0 33 313 123 50
Binary 10001 1111010 10111011 1011011 100011 0 11011 11001011 1010011 101000

Color Harmonies of #117ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117ABB

Black with #117ABB

Text Example


Text Example

White with #117ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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