Html Css Color HEX #1870CE Denim

📋 copy color: '#1870CE'

red 24 ◦ green 112 ◦ blue 206

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

Shades of Denim #1870CE

Tints of Denim #1870CE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.75%

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

R = 7.02%
G = 32.75%
B = 60.23%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1870CE (or 0x1870CE) is known color: Denim. HEX triplet: 18, 70 and CE. RGB value is (24,112,206). Sum of RGB (Red+Green+Blue) = 24+112+206=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #1870CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1870CE is #E78F31. Grayscale: #5F5F5F. Windows color (decimal): -15175474 or 13529112. OLE color: 13529112.

HSL color Cylindrical-coordinate representation of color #1870CE: hue angle of 210.99º 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 #1870CE is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 112 206 -
CMYK 0.88 0.46 0 0.19
HSL 210.99º 0.79% 0.45% -
HSV(B) 210.99º 0.88% 0.81% -
XYZ 17.31 16.24 60.61 -
YUV 96.4 189.85 76.36 -
System Red Green Blue C M Y K H S L
Decimal 24 112 206 0.88 0.46 0 0.19 210.99 0.79 0.45
Hex 18 70 CE 58 2E 0 13 D3 4F 2D
Octal 30 160 316 130 56 0 23 323 117 55
Binary 11000 1110000 11001110 1011000 101110 0 10011 11010011 1001111 101101

Color Harmonies of #1870CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1870CE

Black with #1870CE

Text Example


Text Example

White with #1870CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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