Html Css Color HEX #1857DD Denim

📋 copy color: '#1857DD'

red 24 ◦ green 87 ◦ blue 221

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

Shades of Denim #1857DD

Tints of Denim #1857DD

RGB

 RED value IS 24 (9.77% from 255) = 7.23%

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

 BLUE value IS 221 (86.72% from 255) = 66.57%

R = 7.23%
G = 26.2%
B = 66.57%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1857DD (or 0x1857DD) is known color: Denim. HEX triplet: 18, 57 and DD. RGB value is (24,87,221). Sum of RGB (Red+Green+Blue) = 24+87+221=332 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.23% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #1857DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1857DD is #E7A822. Grayscale: #525252. Windows color (decimal): -15181859 or 14505752. OLE color: 14505752.

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

Color convert

RGB 24 87 221 -
CMYK 0.89 0.61 0 0.13
HSL 220.81º 0.8% 0.48% -
HSV(B) 220.81º 0.89% 0.87% -
XYZ 16.84 12.23 69.88 -
YUV 83.44 205.63 85.6 -
System Red Green Blue C M Y K H S L
Decimal 24 87 221 0.89 0.61 0 0.13 220.81 0.8 0.48
Hex 18 57 DD 59 3D 0 D DD 50 30
Octal 30 127 335 131 75 0 15 335 120 60
Binary 11000 1010111 11011101 1011001 111101 0 1101 11011101 1010000 110000

Color Harmonies of #1857DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1857DD

Black with #1857DD

Text Example


Text Example

White with #1857DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1857DD;
 }
 .AnyTagClassName
 {
   color: #1857DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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