Html Css Color HEX #1858DE Denim

📋 copy color: '#1858DE'

red 24 ◦ green 88 ◦ blue 222

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

Shades of Denim #1858DE

Tints of Denim #1858DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 66.47%

R = 7.19%
G = 26.35%
B = 66.47%

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

#1858DE (or 0x1858DE) is known color: Denim. HEX triplet: 18, 58 and DE. RGB value is (24,88,222). Sum of RGB (Red+Green+Blue) = 24+88+222=334 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.19% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 222 (87.11% from 255 or 66.47% from 334); Max value from RGB is 222 - color contains mainly: blue. Hex color #1858DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1858DE is #E7A721. Grayscale: #535353. Windows color (decimal): -15181602 or 14571544. OLE color: 14571544.

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

Color convert

RGB 24 88 222 -
CMYK 0.89 0.60 0 0.13
HSL 220.61º 0.8% 0.48% -
HSV(B) 220.61º 0.89% 0.87% -
XYZ 17.05 12.45 70.61 -
YUV 84.14 205.8 85.1 -
System Red Green Blue C M Y K H S L
Decimal 24 88 222 0.89 0.60 0 0.13 220.61 0.8 0.48
Hex 18 58 DE 59 3C 0 D DD 50 30
Octal 30 130 336 131 74 0 15 335 120 60
Binary 11000 1011000 11011110 1011001 111100 0 1101 11011101 1010000 110000

Color Harmonies of #1858DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1858DE

Black with #1858DE

Text Example


Text Example

White with #1858DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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