Html Css Color HEX #1855DF Denim

📋 copy color: '#1855DF'

red 24 ◦ green 85 ◦ blue 223

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

Shades of Denim #1855DF

Tints of Denim #1855DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.17%

R = 7.23%
G = 25.6%
B = 67.17%

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

#1855DF (or 0x1855DF) is known color: Denim. HEX triplet: 18, 55 and DF. RGB value is (24,85,223). Sum of RGB (Red+Green+Blue) = 24+85+223=332 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.23% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #1855DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1855DF is #E7AA20. Grayscale: #515151. Windows color (decimal): -15182369 or 14636312. OLE color: 14636312.

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

Color convert

RGB 24 85 223 -
CMYK 0.89 0.62 0 0.13
HSL 221.61º 0.81% 0.48% -
HSV(B) 221.61º 0.89% 0.87% -
XYZ 16.94 12.02 71.24 -
YUV 82.49 207.29 86.28 -
System Red Green Blue C M Y K H S L
Decimal 24 85 223 0.89 0.62 0 0.13 221.61 0.81 0.48
Hex 18 55 DF 59 3E 0 D DE 51 30
Octal 30 125 337 131 76 0 15 336 121 60
Binary 11000 1010101 11011111 1011001 111110 0 1101 11011110 1010001 110000

Color Harmonies of #1855DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1855DF

Black with #1855DF

Text Example


Text Example

White with #1855DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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