Html Css Color HEX #1856D0 Denim

📋 copy color: '#1856D0'

red 24 ◦ green 86 ◦ blue 208

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

Shades of Denim #1856D0

Tints of Denim #1856D0

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.04%

 BLUE value IS 208 (81.64% from 255) = 65.41%

R = 7.55%
G = 27.04%
B = 65.41%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1856D0 (or 0x1856D0) is known color: Denim. HEX triplet: 18, 56 and D0. RGB value is (24,86,208). Sum of RGB (Red+Green+Blue) = 24+86+208=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 208 (81.64% from 255 or 65.41% from 318); Max value from RGB is 208 - color contains mainly: blue. Hex color #1856D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1856D0 is #E7A92F. Grayscale: #505050. Windows color (decimal): -15182128 or 13653528. OLE color: 13653528.

HSL color Cylindrical-coordinate representation of color #1856D0: hue angle of 219.78º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1856D0 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 24 86 208 -
CMYK 0.88 0.59 0 0.18
HSL 219.78º 0.79% 0.45% -
HSV(B) 219.78º 0.88% 0.82% -
XYZ 15.09 11.4 61.08 -
YUV 81.37 199.46 87.08 -
System Red Green Blue C M Y K H S L
Decimal 24 86 208 0.88 0.59 0 0.18 219.78 0.79 0.45
Hex 18 56 D0 58 3B 0 12 DC 4F 2D
Octal 30 126 320 130 73 0 22 334 117 55
Binary 11000 1010110 11010000 1011000 111011 0 10010 11011100 1001111 101101

Color Harmonies of #1856D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1856D0

Black with #1856D0

Text Example


Text Example

White with #1856D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1856D0; }

 p { color: rgb(24,86,208); }

 H1.HeaderClassName
 {
   color: #1856D0;
 }
 .AnyTagClassName
 {
   color: #1856D0;
 }
</style>

background-color css

<style>
 a { background-color: #1856D0; }

 a { background-color: rgb(24,86,208); }

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

border-color css

<style>
 span { border-color: #1856D0; }

 span { border-color: rgb(24,86,208); }

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