Html Css Color HEX #1555D1 Denim

📋 copy color: '#1555D1'

red 21 ◦ green 85 ◦ blue 209

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

Shades of Denim #1555D1

Tints of Denim #1555D1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.98%

 BLUE value IS 209 (82.03% from 255) = 66.35%

R = 6.67%
G = 26.98%
B = 66.35%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1555D1 (or 0x1555D1) is known color: Denim. HEX triplet: 15, 55 and D1. RGB value is (21,85,209). Sum of RGB (Red+Green+Blue) = 21+85+209=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 209 (82.03% from 255 or 66.35% from 315); Max value from RGB is 209 - color contains mainly: blue. Hex color #1555D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1555D1 is #EAAA2E. Grayscale: #4F4F4F. Windows color (decimal): -15378991 or 13718805. OLE color: 13718805.

HSL color Cylindrical-coordinate representation of color #1555D1: hue angle of 219.57º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1555D1 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 21 85 209 -
CMYK 0.90 0.59 0 0.18
HSL 219.57º 0.82% 0.45% -
HSV(B) 219.57º 0.9% 0.82% -
XYZ 15.07 11.26 61.7 -
YUV 80 200.8 85.92 -
System Red Green Blue C M Y K H S L
Decimal 21 85 209 0.90 0.59 0 0.18 219.57 0.82 0.45
Hex 15 55 D1 5A 3B 0 12 DC 52 2D
Octal 25 125 321 132 73 0 22 334 122 55
Binary 10101 1010101 11010001 1011010 111011 0 10010 11011100 1010010 101101

Color Harmonies of #1555D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1555D1

Black with #1555D1

Text Example


Text Example

White with #1555D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1555D1; }

 p { color: rgb(21,85,209); }

 H1.HeaderClassName
 {
   color: #1555D1;
 }
 .AnyTagClassName
 {
   color: #1555D1;
 }
</style>

background-color css

<style>
 a { background-color: #1555D1; }

 a { background-color: rgb(21,85,209); }

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

border-color css

<style>
 span { border-color: #1555D1; }

 span { border-color: rgb(21,85,209); }

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