Html Css Color HEX #1858DD Denim

📋 copy color: '#1858DD'

red 24 ◦ green 88 ◦ blue 221

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

Shades of Denim #1858DD

Tints of Denim #1858DD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.43%

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

R = 7.21%
G = 26.43%
B = 66.37%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1858DD (or 0x1858DD) is known color: Denim. HEX triplet: 18, 58 and DD. RGB value is (24,88,221). Sum of RGB (Red+Green+Blue) = 24+88+221=333 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.21% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #1858DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1858DD is #E7A722. Grayscale: #535353. Windows color (decimal): -15181603 or 14506008. OLE color: 14506008.

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

Color convert

RGB 24 88 221 -
CMYK 0.89 0.60 0 0.13
HSL 220.51º 0.8% 0.48% -
HSV(B) 220.51º 0.89% 0.87% -
XYZ 16.92 12.39 69.91 -
YUV 84.03 205.3 85.19 -
System Red Green Blue C M Y K H S L
Decimal 24 88 221 0.89 0.60 0 0.13 220.51 0.8 0.48
Hex 18 58 DD 59 3C 0 D DD 50 30
Octal 30 130 335 131 74 0 15 335 120 60
Binary 11000 1011000 11011101 1011001 111100 0 1101 11011101 1010000 110000

Color Harmonies of #1858DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1858DD

Black with #1858DD

Text Example


Text Example

White with #1858DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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