Html Css Color HEX #117DAD Cerulean

📋 copy color: '#117DAD'

red 17 ◦ green 125 ◦ blue 173

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

Shades of Cerulean #117DAD

Tints of Cerulean #117DAD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.68%

 BLUE value IS 173 (67.97% from 255) = 54.92%

R = 5.4%
G = 39.68%
B = 54.92%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#117DAD (or 0x117DAD) is known color: Cerulean. HEX triplet: 11, 7D and AD. RGB value is (17,125,173). Sum of RGB (Red+Green+Blue) = 17+125+173=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #117DAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117DAD is #EE8252. Grayscale: #616161. Windows color (decimal): -15630931 or 11369745. OLE color: 11369745.

HSL color Cylindrical-coordinate representation of color #117DAD: hue angle of 198.46º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #117DAD is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 125 173 -
CMYK 0.90 0.28 0 0.32
HSL 198.46º 0.82% 0.37% -
HSV(B) 198.46º 0.9% 0.68% -
XYZ 15.11 17.8 42.18 -
YUV 98.18 170.22 70.1 -
System Red Green Blue C M Y K H S L
Decimal 17 125 173 0.90 0.28 0 0.32 198.46 0.82 0.37
Hex 11 7D AD 5A 1C 0 20 C6 52 25
Octal 21 175 255 132 34 0 40 306 122 45
Binary 10001 1111101 10101101 1011010 11100 0 100000 11000110 1010010 100101

Color Harmonies of #117DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117DAD

Black with #117DAD

Text Example


Text Example

White with #117DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,125,173); }

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

background-color css

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

 a { background-color: rgb(17,125,173); }

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

border-color css

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

 span { border-color: rgb(17,125,173); }

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