Html Css Color HEX #1977CE Denim

📋 copy color: '#1977CE'

red 25 ◦ green 119 ◦ blue 206

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

Shades of Denim #1977CE

Tints of Denim #1977CE

RGB

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

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

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

R = 7.14%
G = 34%
B = 58.86%

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

#1977CE (or 0x1977CE) is known color: Denim. HEX triplet: 19, 77 and CE. RGB value is (25,119,206). Sum of RGB (Red+Green+Blue) = 25+119+206=350 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.14% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #1977CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1977CE is #E68831. Grayscale: #646464. Windows color (decimal): -15108146 or 13530905. OLE color: 13530905.

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

Color convert

RGB 25 119 206 -
CMYK 0.88 0.42 0 0.19
HSL 208.84º 0.78% 0.45% -
HSV(B) 208.84º 0.88% 0.81% -
XYZ 18.14 17.86 60.88 -
YUV 100.81 187.36 73.93 -
System Red Green Blue C M Y K H S L
Decimal 25 119 206 0.88 0.42 0 0.19 208.84 0.78 0.45
Hex 19 77 CE 58 2A 0 13 D1 4E 2D
Octal 31 167 316 130 52 0 23 321 116 55
Binary 11001 1110111 11001110 1011000 101010 0 10011 11010001 1001110 101101

Color Harmonies of #1977CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1977CE

Black with #1977CE

Text Example


Text Example

White with #1977CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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