Html Css Color HEX #1977CD Denim

📋 copy color: '#1977CD'

red 25 ◦ green 119 ◦ blue 205

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

Shades of Denim #1977CD

Tints of Denim #1977CD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.1%

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

R = 7.16%
G = 34.1%
B = 58.74%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1977CD (or 0x1977CD) is known color: Denim. HEX triplet: 19, 77 and CD. RGB value is (25,119,205). Sum of RGB (Red+Green+Blue) = 25+119+205=349 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.16% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #1977CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1977CD is #E68832. Grayscale: #646464. Windows color (decimal): -15108147 or 13465369. OLE color: 13465369.

HSL color Cylindrical-coordinate representation of color #1977CD: hue angle of 208.67º 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 #1977CD is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 119 205 -
CMYK 0.88 0.42 0 0.20
HSL 208.67º 0.78% 0.45% -
HSV(B) 208.67º 0.88% 0.8% -
XYZ 18.02 17.81 60.25 -
YUV 100.7 186.86 74.01 -
System Red Green Blue C M Y K H S L
Decimal 25 119 205 0.88 0.42 0 0.20 208.67 0.78 0.45
Hex 19 77 CD 58 2A 0 14 D1 4E 2D
Octal 31 167 315 130 52 0 24 321 116 55
Binary 11001 1110111 11001101 1011000 101010 0 10100 11010001 1001110 101101

Color Harmonies of #1977CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1977CD

Black with #1977CD

Text Example


Text Example

White with #1977CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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