Html Css Color HEX #1855DD Denim

📋 copy color: '#1855DD'

red 24 ◦ green 85 ◦ blue 221

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

Shades of Denim #1855DD

Tints of Denim #1855DD

RGB

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

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

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

R = 7.27%
G = 25.76%
B = 66.97%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1855DD (or 0x1855DD) is known color: Denim. HEX triplet: 18, 55 and DD. RGB value is (24,85,221). Sum of RGB (Red+Green+Blue) = 24+85+221=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #1855DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1855DD is #E7AA22. Grayscale: #515151. Windows color (decimal): -15182371 or 14505240. OLE color: 14505240.

HSL color Cylindrical-coordinate representation of color #1855DD: hue angle of 221.42º 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 #1855DD is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 85 221 -
CMYK 0.89 0.62 0 0.13
HSL 221.42º 0.8% 0.48% -
HSV(B) 221.42º 0.89% 0.87% -
XYZ 16.68 11.91 69.83 -
YUV 82.27 206.29 86.44 -
System Red Green Blue C M Y K H S L
Decimal 24 85 221 0.89 0.62 0 0.13 221.42 0.8 0.48
Hex 18 55 DD 59 3E 0 D DD 50 30
Octal 30 125 335 131 76 0 15 335 120 60
Binary 11000 1010101 11011101 1011001 111110 0 1101 11011101 1010000 110000

Color Harmonies of #1855DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1855DD

Black with #1855DD

Text Example


Text Example

White with #1855DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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