Html Css Color HEX #114DCF Denim

📋 copy color: '#114DCF'

red 17 ◦ green 77 ◦ blue 207

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

Shades of Denim #114DCF

Tints of Denim #114DCF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.58%

 BLUE value IS 207 (81.25% from 255) = 68.77%

R = 5.65%
G = 25.58%
B = 68.77%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#114DCF (or 0x114DCF) is known color: Denim. HEX triplet: 11, 4D and CF. RGB value is (17,77,207). Sum of RGB (Red+Green+Blue) = 17+77+207=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 207 (81.25% from 255 or 68.77% from 301); Max value from RGB is 207 - color contains mainly: blue. Hex color #114DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114DCF is #EEB230. Grayscale: #494949. Windows color (decimal): -15643185 or 13585681. OLE color: 13585681.

HSL color Cylindrical-coordinate representation of color #114DCF: hue angle of 221.05º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114DCF is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 77 207 -
CMYK 0.92 0.63 0 0.19
HSL 221.05º 0.85% 0.44% -
HSV(B) 221.05º 0.92% 0.81% -
XYZ 14.15 9.93 60.2 -
YUV 73.88 203.12 87.43 -
System Red Green Blue C M Y K H S L
Decimal 17 77 207 0.92 0.63 0 0.19 221.05 0.85 0.44
Hex 11 4D CF 5C 3F 0 13 DD 55 2C
Octal 21 115 317 134 77 0 23 335 125 54
Binary 10001 1001101 11001111 1011100 111111 0 10011 11011101 1010101 101100

Color Harmonies of #114DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114DCF

Black with #114DCF

Text Example


Text Example

White with #114DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114DCF; }

 p { color: rgb(17,77,207); }

 H1.HeaderClassName
 {
   color: #114DCF;
 }
 .AnyTagClassName
 {
   color: #114DCF;
 }
</style>

background-color css

<style>
 a { background-color: #114DCF; }

 a { background-color: rgb(17,77,207); }

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

border-color css

<style>
 span { border-color: #114DCF; }

 span { border-color: rgb(17,77,207); }

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