Html Css Color HEX #1555D7 Denim

📋 copy color: '#1555D7'

red 21 ◦ green 85 ◦ blue 215

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

Shades of Denim #1555D7

Tints of Denim #1555D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 66.98%

R = 6.54%
G = 26.48%
B = 66.98%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1555D7 (or 0x1555D7) is known color: Denim. HEX triplet: 15, 55 and D7. RGB value is (21,85,215). Sum of RGB (Red+Green+Blue) = 21+85+215=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 215 (84.38% from 255 or 66.98% from 321); Max value from RGB is 215 - color contains mainly: blue. Hex color #1555D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1555D7 is #EAAA28. Grayscale: #505050. Windows color (decimal): -15378985 or 14112021. OLE color: 14112021.

HSL color Cylindrical-coordinate representation of color #1555D7: hue angle of 220.21º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1555D7 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 21 85 215 -
CMYK 0.90 0.60 0 0.16
HSL 220.21º 0.82% 0.46% -
HSV(B) 220.21º 0.9% 0.84% -
XYZ 15.82 11.56 65.69 -
YUV 80.68 203.8 85.43 -
System Red Green Blue C M Y K H S L
Decimal 21 85 215 0.90 0.60 0 0.16 220.21 0.82 0.46
Hex 15 55 D7 5A 3C 0 10 DC 52 2E
Octal 25 125 327 132 74 0 20 334 122 56
Binary 10101 1010101 11010111 1011010 111100 0 10000 11011100 1010010 101110

Color Harmonies of #1555D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1555D7

Black with #1555D7

Text Example


Text Example

White with #1555D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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