Html Css Color HEX #117DBE Cerulean

📋 copy color: '#117DBE'

red 17 ◦ green 125 ◦ blue 190

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

Shades of Cerulean #117DBE

Tints of Cerulean #117DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.23%

R = 5.12%
G = 37.65%
B = 57.23%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#117DBE (or 0x117DBE) is known color: Cerulean. HEX triplet: 11, 7D and BE. RGB value is (17,125,190). Sum of RGB (Red+Green+Blue) = 17+125+190=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #117DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117DBE is #EE8241. Grayscale: #636363. Windows color (decimal): -15630914 or 12483857. OLE color: 12483857.

HSL color Cylindrical-coordinate representation of color #117DBE: hue angle of 202.54º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117DBE is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 125 190 -
CMYK 0.91 0.34 0 0.25
HSL 202.54º 0.84% 0.41% -
HSV(B) 202.54º 0.91% 0.75% -
XYZ 16.86 18.5 51.4 -
YUV 100.12 178.72 68.71 -
System Red Green Blue C M Y K H S L
Decimal 17 125 190 0.91 0.34 0 0.25 202.54 0.84 0.41
Hex 11 7D BE 5B 22 0 19 CB 54 29
Octal 21 175 276 133 42 0 31 313 124 51
Binary 10001 1111101 10111110 1011011 100010 0 11001 11001011 1010100 101001

Color Harmonies of #117DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117DBE

Black with #117DBE

Text Example


Text Example

White with #117DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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