Html Css Color HEX #117DBB Cerulean

📋 copy color: '#117DBB'

red 17 ◦ green 125 ◦ blue 187

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

Shades of Cerulean #117DBB

Tints of Cerulean #117DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.84%

R = 5.17%
G = 37.99%
B = 56.84%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#117DBB (or 0x117DBB) is known color: Cerulean. HEX triplet: 11, 7D and BB. RGB value is (17,125,187). Sum of RGB (Red+Green+Blue) = 17+125+187=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #117DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117DBB is #EE8244. Grayscale: #636363. Windows color (decimal): -15630917 or 12287249. OLE color: 12287249.

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

Color convert

RGB 17 125 187 -
CMYK 0.91 0.33 0 0.27
HSL 201.88º 0.83% 0.4% -
HSV(B) 201.88º 0.91% 0.73% -
XYZ 16.53 18.37 49.69 -
YUV 99.78 177.22 68.96 -
System Red Green Blue C M Y K H S L
Decimal 17 125 187 0.91 0.33 0 0.27 201.88 0.83 0.4
Hex 11 7D BB 5B 21 0 1B CA 53 28
Octal 21 175 273 133 41 0 33 312 123 50
Binary 10001 1111101 10111011 1011011 100001 0 11011 11001010 1010011 101000

Color Harmonies of #117DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117DBB

Black with #117DBB

Text Example


Text Example

White with #117DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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