#1857DB

Color #1857DB Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1857DB

Tints of Denim #1857DB

Color information

#1857DB (or 0x1857DB) is unknown color: approx Denim. HEX triplet: 18, 57 and DB. RGB value is (24,87,219). Sum of RGB (Red+Green+Blue) = 24+87+219=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #1857DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1857DB is #E7A824. Grayscale: #525252. Windows color (decimal): -15181861 or 14374680. OLE color: 14374680.

HSL color Cylindrical-coordinate representation of color #1857DB: hue angle of 220.62º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1857DB is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB2487219-
CMYK0.890.6000.14
HSL220.62º80.25%47.65%-
HSV(B)220.62º89.04%85.88%-
XYZ16.5712.1368.48-
YUV83.21204.6385.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.27%
GREEN value IS 87 (34.38% from 255) = 26.36%
BLUE value IS 219 (85.94% from 255) = 66.36%
R=7.27%
G=26.36%
B=66.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal24872190.890.6000.14220.6280.2547.65
Hex1857DB593C0Edd5030
Octal301273331317401633512060
Binary11000101011111011011101100111110001110110111011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1857DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1857DB;
 }
 .AnyTagClassName
 {
   color: #1857DB;
 }
</style>
background-color css

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

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

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

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

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

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