Html Css Color HEX #1858CE Denim

📋 copy color: '#1858CE'

red 24 ◦ green 88 ◦ blue 206

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

Shades of Denim #1858CE

Tints of Denim #1858CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.78%

R = 7.55%
G = 27.67%
B = 64.78%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1858CE (or 0x1858CE) is known color: Denim. HEX triplet: 18, 58 and CE. RGB value is (24,88,206). Sum of RGB (Red+Green+Blue) = 24+88+206=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #1858CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1858CE is #E7A731. Grayscale: #515151. Windows color (decimal): -15181618 or 13522968. OLE color: 13522968.

HSL color Cylindrical-coordinate representation of color #1858CE: hue angle of 218.9º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1858CE is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 88 206 -
CMYK 0.88 0.57 0 0.19
HSL 218.9º 0.79% 0.45% -
HSV(B) 218.9º 0.88% 0.81% -
XYZ 15.01 11.63 59.85 -
YUV 82.32 197.8 86.41 -
System Red Green Blue C M Y K H S L
Decimal 24 88 206 0.88 0.57 0 0.19 218.9 0.79 0.45
Hex 18 58 CE 58 39 0 13 DB 4F 2D
Octal 30 130 316 130 71 0 23 333 117 55
Binary 11000 1011000 11001110 1011000 111001 0 10011 11011011 1001111 101101

Color Harmonies of #1858CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1858CE

Black with #1858CE

Text Example


Text Example

White with #1858CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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