Html Css Color HEX #114FD5 Denim

📋 copy color: '#114FD5'

red 17 ◦ green 79 ◦ blue 213

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

Shades of Denim #114FD5

Tints of Denim #114FD5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.57%

 BLUE value IS 213 (83.59% from 255) = 68.93%

R = 5.5%
G = 25.57%
B = 68.93%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#114FD5 (or 0x114FD5) is known color: Denim. HEX triplet: 11, 4F and D5. RGB value is (17,79,213). Sum of RGB (Red+Green+Blue) = 17+79+213=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 213 (83.59% from 255 or 68.93% from 309); Max value from RGB is 213 - color contains mainly: blue. Hex color #114FD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114FD5 is #EEB02A. Grayscale: #4B4B4B. Windows color (decimal): -15642667 or 13979409. OLE color: 13979409.

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

Color convert

RGB 17 79 213 -
CMYK 0.92 0.63 0 0.16
HSL 221.02º 0.85% 0.45% -
HSV(B) 221.02º 0.92% 0.84% -
XYZ 15.04 10.52 64.19 -
YUV 75.74 205.46 86.1 -
System Red Green Blue C M Y K H S L
Decimal 17 79 213 0.92 0.63 0 0.16 221.02 0.85 0.45
Hex 11 4F D5 5C 3F 0 10 DD 55 2D
Octal 21 117 325 134 77 0 20 335 125 55
Binary 10001 1001111 11010101 1011100 111111 0 10000 11011101 1010101 101101

Color Harmonies of #114FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114FD5

Black with #114FD5

Text Example


Text Example

White with #114FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,79,213); }

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

background-color css

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

 a { background-color: rgb(17,79,213); }

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

border-color css

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

 span { border-color: rgb(17,79,213); }

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