Html Css Color HEX #117EBA Cerulean

📋 copy color: '#117EBA'

red 17 ◦ green 126 ◦ blue 186

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

Shades of Cerulean #117EBA

Tints of Cerulean #117EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.3%

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

R = 5.17%
G = 38.3%
B = 56.53%

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

#117EBA (or 0x117EBA) is known color: Cerulean. HEX triplet: 11, 7E and BA. RGB value is (17,126,186). Sum of RGB (Red+Green+Blue) = 17+126+186=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #117EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117EBA is #EE8145. Grayscale: #636363. Windows color (decimal): -15630662 or 12221969. OLE color: 12221969.

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

Color convert

RGB 17 126 186 -
CMYK 0.91 0.32 0 0.27
HSL 201.3º 0.83% 0.4% -
HSV(B) 201.3º 0.91% 0.73% -
XYZ 16.55 18.59 49.17 -
YUV 100.25 176.39 68.62 -
System Red Green Blue C M Y K H S L
Decimal 17 126 186 0.91 0.32 0 0.27 201.3 0.83 0.4
Hex 11 7E BA 5B 20 0 1B C9 53 28
Octal 21 176 272 133 40 0 33 311 123 50
Binary 10001 1111110 10111010 1011011 100000 0 11011 11001001 1010011 101000

Color Harmonies of #117EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117EBA

Black with #117EBA

Text Example


Text Example

White with #117EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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