Html Css Color HEX #1556D4 Denim

📋 copy color: '#1556D4'

red 21 ◦ green 86 ◦ blue 212

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

Shades of Denim #1556D4

Tints of Denim #1556D4

RGB

 RED value IS 21 (8.59% from 255) = 6.58%

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

 BLUE value IS 212 (83.2% from 255) = 66.46%

R = 6.58%
G = 26.96%
B = 66.46%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#1556D4 (or 0x1556D4) is known color: Denim. HEX triplet: 15, 56 and D4. RGB value is (21,86,212). Sum of RGB (Red+Green+Blue) = 21+86+212=319 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.58% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 212 (83.20% from 255 or 66.46% from 319); Max value from RGB is 212 - color contains mainly: blue. Hex color #1556D4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1556D4 is #EAA92B. Grayscale: #505050. Windows color (decimal): -15378732 or 13915669. OLE color: 13915669.

HSL color Cylindrical-coordinate representation of color #1556D4: hue angle of 219.58º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1556D4 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 21 86 212 -
CMYK 0.90 0.59 0 0.17
HSL 219.58º 0.82% 0.46% -
HSV(B) 219.58º 0.9% 0.83% -
XYZ 15.52 11.57 63.7 -
YUV 80.93 201.97 85.25 -
System Red Green Blue C M Y K H S L
Decimal 21 86 212 0.90 0.59 0 0.17 219.58 0.82 0.46
Hex 15 56 D4 5A 3B 0 11 DC 52 2E
Octal 25 126 324 132 73 0 21 334 122 56
Binary 10101 1010110 11010100 1011010 111011 0 10001 11011100 1010010 101110

Color Harmonies of #1556D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1556D4

Black with #1556D4

Text Example


Text Example

White with #1556D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1556D4; }

 p { color: rgb(21,86,212); }

 H1.HeaderClassName
 {
   color: #1556D4;
 }
 .AnyTagClassName
 {
   color: #1556D4;
 }
</style>

background-color css

<style>
 a { background-color: #1556D4; }

 a { background-color: rgb(21,86,212); }

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

border-color css

<style>
 span { border-color: #1556D4; }

 span { border-color: rgb(21,86,212); }

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