Html Css Color HEX #114FC2 Denim

📋 copy color: '#114FC2'

red 17 ◦ green 79 ◦ blue 194

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

Shades of Denim #114FC2

Tints of Denim #114FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 66.9%

R = 5.86%
G = 27.24%
B = 66.9%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#114FC2 (or 0x114FC2) is known color: Denim. HEX triplet: 11, 4F and C2. RGB value is (17,79,194). Sum of RGB (Red+Green+Blue) = 17+79+194=290 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.86% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 194 (76.17% from 255 or 66.90% from 290); Max value from RGB is 194 - color contains mainly: blue. Hex color #114FC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114FC2 is #EEB03D. Grayscale: #494949. Windows color (decimal): -15642686 or 12734225. OLE color: 12734225.

HSL color Cylindrical-coordinate representation of color #114FC2: hue angle of 218.98º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #114FC2 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 17 79 194 -
CMYK 0.91 0.59 0 0.24
HSL 218.98º 0.84% 0.41% -
HSV(B) 218.98º 0.91% 0.76% -
XYZ 12.76 9.61 52.22 -
YUV 73.57 195.96 87.65 -
System Red Green Blue C M Y K H S L
Decimal 17 79 194 0.91 0.59 0 0.24 218.98 0.84 0.41
Hex 11 4F C2 5B 3B 0 18 DB 54 29
Octal 21 117 302 133 73 0 30 333 124 51
Binary 10001 1001111 11000010 1011011 111011 0 11000 11011011 1010100 101001

Color Harmonies of #114FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114FC2

Black with #114FC2

Text Example


Text Example

White with #114FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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