Html Css Color HEX #1956D6 Denim

📋 copy color: '#1956D6'

red 25 ◦ green 86 ◦ blue 214

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

Shades of Denim #1956D6

Tints of Denim #1956D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 65.85%

R = 7.69%
G = 26.46%
B = 65.85%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1956D6 (or 0x1956D6) is known color: Denim. HEX triplet: 19, 56 and D6. RGB value is (25,86,214). Sum of RGB (Red+Green+Blue) = 25+86+214=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 214 (83.98% from 255 or 65.85% from 325); Max value from RGB is 214 - color contains mainly: blue. Hex color #1956D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1956D6 is #E6A929. Grayscale: #515151. Windows color (decimal): -15116586 or 14046745. OLE color: 14046745.

HSL color Cylindrical-coordinate representation of color #1956D6: hue angle of 220.63º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1956D6 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 25 86 214 -
CMYK 0.88 0.60 0 0.16
HSL 220.63º 0.79% 0.47% -
HSV(B) 220.63º 0.88% 0.84% -
XYZ 15.87 11.72 65.04 -
YUV 82.35 202.29 87.09 -
System Red Green Blue C M Y K H S L
Decimal 25 86 214 0.88 0.60 0 0.16 220.63 0.79 0.47
Hex 19 56 D6 58 3C 0 10 DD 4F 2F
Octal 31 126 326 130 74 0 20 335 117 57
Binary 11001 1010110 11010110 1011000 111100 0 10000 11011101 1001111 101111

Color Harmonies of #1956D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1956D6

Black with #1956D6

Text Example


Text Example

White with #1956D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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