Html Css Color HEX #117FA4 Cerulean

📋 copy color: '#117FA4'

red 17 ◦ green 127 ◦ blue 164

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

Shades of Cerulean #117FA4

Tints of Cerulean #117FA4

RGB

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

 GREEN value IS 127 (50% from 255) = 41.23%

 BLUE value IS 164 (64.45% from 255) = 53.25%

R = 5.52%
G = 41.23%
B = 53.25%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#117FA4 (or 0x117FA4) is known color: Cerulean. HEX triplet: 11, 7F and A4. RGB value is (17,127,164). Sum of RGB (Red+Green+Blue) = 17+127+164=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 164 (64.45% from 255 or 53.25% from 308); Max value from RGB is 164 - color contains mainly: blue. Hex color #117FA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117FA4 is #EE805B. Grayscale: #626262. Windows color (decimal): -15630428 or 10780433. OLE color: 10780433.

HSL color Cylindrical-coordinate representation of color #117FA4: hue angle of 195.1º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #117FA4 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 127 164 -
CMYK 0.90 0.23 0 0.36
HSL 195.1º 0.81% 0.35% -
HSV(B) 195.1º 0.9% 0.64% -
XYZ 14.52 17.98 37.83 -
YUV 98.33 165.06 69.99 -
System Red Green Blue C M Y K H S L
Decimal 17 127 164 0.90 0.23 0 0.36 195.1 0.81 0.35
Hex 11 7F A4 5A 17 0 24 C3 51 23
Octal 21 177 244 132 27 0 44 303 121 43
Binary 10001 1111111 10100100 1011010 10111 0 100100 11000011 1010001 100011

Color Harmonies of #117FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117FA4

Black with #117FA4

Text Example


Text Example

White with #117FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,127,164); }

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

background-color css

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

 a { background-color: rgb(17,127,164); }

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

border-color css

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

 span { border-color: rgb(17,127,164); }

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