Html Css Color HEX #1956DC Denim

📋 copy color: '#1956DC'

red 25 ◦ green 86 ◦ blue 220

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

Shades of Denim #1956DC

Tints of Denim #1956DC

RGB

 RED value IS 25 (10.16% from 255) = 7.55%

 GREEN value IS 86 (33.98% from 255) = 25.98%

 BLUE value IS 220 (86.33% from 255) = 66.47%

R = 7.55%
G = 25.98%
B = 66.47%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1956DC (or 0x1956DC) is known color: Denim. HEX triplet: 19, 56 and DC. RGB value is (25,86,220). Sum of RGB (Red+Green+Blue) = 25+86+220=331 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.55% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #1956DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1956DC is #E6A923. Grayscale: #525252. Windows color (decimal): -15116580 or 14439961. OLE color: 14439961.

HSL color Cylindrical-coordinate representation of color #1956DC: hue angle of 221.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1956DC is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 86 220 -
CMYK 0.89 0.61 0 0.14
HSL 221.23º 0.8% 0.48% -
HSV(B) 221.23º 0.89% 0.86% -
XYZ 16.65 12.03 69.15 -
YUV 83.04 205.29 86.6 -
System Red Green Blue C M Y K H S L
Decimal 25 86 220 0.89 0.61 0 0.14 221.23 0.8 0.48
Hex 19 56 DC 59 3D 0 E DD 50 30
Octal 31 126 334 131 75 0 16 335 120 60
Binary 11001 1010110 11011100 1011001 111101 0 1110 11011101 1010000 110000

Color Harmonies of #1956DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1956DC

Black with #1956DC

Text Example


Text Example

White with #1956DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1956DC; }

 p { color: rgb(25,86,220); }

 H1.HeaderClassName
 {
   color: #1956DC;
 }
 .AnyTagClassName
 {
   color: #1956DC;
 }
</style>

background-color css

<style>
 a { background-color: #1956DC; }

 a { background-color: rgb(25,86,220); }

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

border-color css

<style>
 span { border-color: #1956DC; }

 span { border-color: rgb(25,86,220); }

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