Html Css Color HEX #1858BF Denim

📋 copy color: '#1858BF'

red 24 ◦ green 88 ◦ blue 191

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

Shades of Denim #1858BF

Tints of Denim #1858BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.04%

R = 7.92%
G = 29.04%
B = 63.04%

CMYK

 C value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1858BF (or 0x1858BF) is known color: Denim. HEX triplet: 18, 58 and BF. RGB value is (24,88,191). Sum of RGB (Red+Green+Blue) = 24+88+191=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 191 (75% from 255 or 63.04% from 303); Max value from RGB is 191 - color contains mainly: blue. Hex color #1858BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1858BF is #E7A740. Grayscale: #505050. Windows color (decimal): -15181633 or 12539928. OLE color: 12539928.

HSL color Cylindrical-coordinate representation of color #1858BF: hue angle of 217.01º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1858BF is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 88 191 -
CMYK 0.87 0.54 0 0.25
HSL 217.01º 0.78% 0.42% -
HSV(B) 217.01º 0.87% 0.75% -
XYZ 13.27 10.94 50.7 -
YUV 80.61 190.3 87.62 -
System Red Green Blue C M Y K H S L
Decimal 24 88 191 0.87 0.54 0 0.25 217.01 0.78 0.42
Hex 18 58 BF 57 36 0 19 D9 4E 2A
Octal 30 130 277 127 66 0 31 331 116 52
Binary 11000 1011000 10111111 1010111 110110 0 11001 11011001 1001110 101010

Color Harmonies of #1858BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1858BF

Black with #1858BF

Text Example


Text Example

White with #1858BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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