Html Css Color HEX #1555DC Denim

📋 copy color: '#1555DC'

red 21 ◦ green 85 ◦ blue 220

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

Shades of Denim #1555DC

Tints of Denim #1555DC

RGB

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

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

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

R = 6.44%
G = 26.07%
B = 67.48%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1555DC (or 0x1555DC) is known color: Denim. HEX triplet: 15, 55 and DC. RGB value is (21,85,220). Sum of RGB (Red+Green+Blue) = 21+85+220=326 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.44% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #1555DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1555DC is #EAAA23. Grayscale: #505050. Windows color (decimal): -15378980 or 14439701. OLE color: 14439701.

HSL color Cylindrical-coordinate representation of color #1555DC: hue angle of 220.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1555DC is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 85 220 -
CMYK 0.90 0.61 0 0.14
HSL 220.7º 0.83% 0.47% -
HSV(B) 220.7º 0.9% 0.86% -
XYZ 16.48 11.82 69.12 -
YUV 81.25 206.3 85.02 -
System Red Green Blue C M Y K H S L
Decimal 21 85 220 0.90 0.61 0 0.14 220.7 0.83 0.47
Hex 15 55 DC 5A 3D 0 E DD 53 2F
Octal 25 125 334 132 75 0 16 335 123 57
Binary 10101 1010101 11011100 1011010 111101 0 1110 11011101 1010011 101111

Color Harmonies of #1555DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1555DC

Black with #1555DC

Text Example


Text Example

White with #1555DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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