Html Css Color HEX #117EB4 Cerulean

📋 copy color: '#117EB4'

red 17 ◦ green 126 ◦ blue 180

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

Shades of Cerulean #117EB4

Tints of Cerulean #117EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 55.73%

R = 5.26%
G = 39.01%
B = 55.73%

CMYK

 C value IS 0.91

 M value IS 0.3

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#117EB4 (or 0x117EB4) is known color: Cerulean. HEX triplet: 11, 7E and B4. RGB value is (17,126,180). Sum of RGB (Red+Green+Blue) = 17+126+180=323 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.26% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 180 (70.70% from 255 or 55.73% from 323); Max value from RGB is 180 - color contains mainly: blue. Hex color #117EB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117EB4 is #EE814B. Grayscale: #636363. Windows color (decimal): -15630668 or 11828753. OLE color: 11828753.

HSL color Cylindrical-coordinate representation of color #117EB4: hue angle of 199.88º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117EB4 is Cyan = 0.91, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 17 126 180 -
CMYK 0.91 0.3 0 0.29
HSL 199.88º 0.83% 0.39% -
HSV(B) 199.88º 0.91% 0.71% -
XYZ 15.93 18.34 45.88 -
YUV 99.57 173.39 69.11 -
System Red Green Blue C M Y K H S L
Decimal 17 126 180 0.91 0.3 0 0.29 199.88 0.83 0.39
Hex 11 7E B4 5B 1E 0 1D C8 53 27
Octal 21 176 264 133 36 0 35 310 123 47
Binary 10001 1111110 10110100 1011011 11110 0 11101 11001000 1010011 100111

Color Harmonies of #117EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117EB4

Black with #117EB4

Text Example


Text Example

White with #117EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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