Html Css Color HEX #1557DB Denim

📋 copy color: '#1557DB'

red 21 ◦ green 87 ◦ blue 219

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

Shades of Denim #1557DB

Tints of Denim #1557DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.61%

 BLUE value IS 219 (85.94% from 255) = 66.97%

R = 6.42%
G = 26.61%
B = 66.97%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1557DB (or 0x1557DB) is known color: Denim. HEX triplet: 15, 57 and DB. RGB value is (21,87,219). Sum of RGB (Red+Green+Blue) = 21+87+219=327 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.42% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #1557DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1557DB is #EAA824. Grayscale: #515151. Windows color (decimal): -15378469 or 14374677. OLE color: 14374677.

HSL color Cylindrical-coordinate representation of color #1557DB: hue angle of 220º degrees, saturation: 0.82, 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 #1557DB is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 87 219 -
CMYK 0.90 0.60 0 0.14
HSL 220º 0.83% 0.47% -
HSV(B) 220º 0.9% 0.86% -
XYZ 16.5 12.09 68.48 -
YUV 82.31 205.13 84.27 -
System Red Green Blue C M Y K H S L
Decimal 21 87 219 0.90 0.60 0 0.14 220 0.83 0.47
Hex 15 57 DB 5A 3C 0 E DC 52 2F
Octal 25 127 333 132 74 0 16 334 122 57
Binary 10101 1010111 11011011 1011010 111100 0 1110 11011100 1010010 101111

Color Harmonies of #1557DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1557DB

Black with #1557DB

Text Example


Text Example

White with #1557DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1557DB; }

 p { color: rgb(21,87,219); }

 H1.HeaderClassName
 {
   color: #1557DB;
 }
 .AnyTagClassName
 {
   color: #1557DB;
 }
</style>

background-color css

<style>
 a { background-color: #1557DB; }

 a { background-color: rgb(21,87,219); }

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

border-color css

<style>
 span { border-color: #1557DB; }

 span { border-color: rgb(21,87,219); }

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