Html Css Color HEX #114DCE Denim

📋 copy color: '#114DCE'

red 17 ◦ green 77 ◦ blue 206

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

Shades of Denim #114DCE

Tints of Denim #114DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.67%

R = 5.67%
G = 25.67%
B = 68.67%

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

#114DCE (or 0x114DCE) is known color: Denim. HEX triplet: 11, 4D and CE. RGB value is (17,77,206). Sum of RGB (Red+Green+Blue) = 17+77+206=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #114DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114DCE is #EEB231. Grayscale: #494949. Windows color (decimal): -15643186 or 13520145. OLE color: 13520145.

HSL color Cylindrical-coordinate representation of color #114DCE: hue angle of 220.95º 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 #114DCE is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 77 206 -
CMYK 0.92 0.63 0 0.19
HSL 220.95º 0.85% 0.44% -
HSV(B) 220.95º 0.92% 0.81% -
XYZ 14.03 9.88 59.56 -
YUV 73.77 202.62 87.51 -
System Red Green Blue C M Y K H S L
Decimal 17 77 206 0.92 0.63 0 0.19 220.95 0.85 0.44
Hex 11 4D CE 5C 3F 0 13 DD 55 2C
Octal 21 115 316 134 77 0 23 335 125 54
Binary 10001 1001101 11001110 1011100 111111 0 10011 11011101 1010101 101100

Color Harmonies of #114DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114DCE

Black with #114DCE

Text Example


Text Example

White with #114DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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