Html Css Color HEX #1978CD Denim

📋 copy color: '#1978CD'

red 25 ◦ green 120 ◦ blue 205

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

Shades of Denim #1978CD

Tints of Denim #1978CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.57%

R = 7.14%
G = 34.29%
B = 58.57%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1978CD (or 0x1978CD) is known color: Denim. HEX triplet: 19, 78 and CD. RGB value is (25,120,205). Sum of RGB (Red+Green+Blue) = 25+120+205=350 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.14% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #1978CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1978CD is #E68732. Grayscale: #646464. Windows color (decimal): -15107891 or 13465625. OLE color: 13465625.

HSL color Cylindrical-coordinate representation of color #1978CD: hue angle of 208.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1978CD is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 120 205 -
CMYK 0.88 0.41 0 0.20
HSL 208.33º 0.78% 0.45% -
HSV(B) 208.33º 0.88% 0.8% -
XYZ 18.14 18.05 60.29 -
YUV 101.29 186.53 73.59 -
System Red Green Blue C M Y K H S L
Decimal 25 120 205 0.88 0.41 0 0.20 208.33 0.78 0.45
Hex 19 78 CD 58 29 0 14 D0 4E 2D
Octal 31 170 315 130 51 0 24 320 116 55
Binary 11001 1111000 11001101 1011000 101001 0 10100 11010000 1001110 101101

Color Harmonies of #1978CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1978CD

Black with #1978CD

Text Example


Text Example

White with #1978CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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