Html Css Color HEX #1978CE Denim

📋 copy color: '#1978CE'

red 25 ◦ green 120 ◦ blue 206

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

Shades of Denim #1978CE

Tints of Denim #1978CE

RGB

 RED value IS 25 (10.16% from 255) = 7.12%

 GREEN value IS 120 (47.27% from 255) = 34.19%

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

R = 7.12%
G = 34.19%
B = 58.69%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1978CE (or 0x1978CE) is known color: Denim. HEX triplet: 19, 78 and CE. RGB value is (25,120,206). Sum of RGB (Red+Green+Blue) = 25+120+206=351 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.12% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #1978CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1978CE is #E68731. Grayscale: #646464. Windows color (decimal): -15107890 or 13531161. OLE color: 13531161.

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

Color convert

RGB 25 120 206 -
CMYK 0.88 0.42 0 0.19
HSL 208.51º 0.78% 0.45% -
HSV(B) 208.51º 0.88% 0.81% -
XYZ 18.26 18.1 60.92 -
YUV 101.4 187.03 73.51 -
System Red Green Blue C M Y K H S L
Decimal 25 120 206 0.88 0.42 0 0.19 208.51 0.78 0.45
Hex 19 78 CE 58 2A 0 13 D1 4E 2D
Octal 31 170 316 130 52 0 23 321 116 55
Binary 11001 1111000 11001110 1011000 101010 0 10011 11010001 1001110 101101

Color Harmonies of #1978CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1978CE

Black with #1978CE

Text Example


Text Example

White with #1978CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,120,206); }

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

background-color css

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

 a { background-color: rgb(25,120,206); }

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

border-color css

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

 span { border-color: rgb(25,120,206); }

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