Html Css Color HEX #1974CE Denim

📋 copy color: '#1974CE'

red 25 ◦ green 116 ◦ blue 206

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

Shades of Denim #1974CE

Tints of Denim #1974CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.43%

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

R = 7.2%
G = 33.43%
B = 59.37%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1974CE (or 0x1974CE) is known color: Denim. HEX triplet: 19, 74 and CE. RGB value is (25,116,206). Sum of RGB (Red+Green+Blue) = 25+116+206=347 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.20% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #1974CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1974CE is #E68B31. Grayscale: #626262. Windows color (decimal): -15108914 or 13530137. OLE color: 13530137.

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

Color convert

RGB 25 116 206 -
CMYK 0.88 0.44 0 0.19
HSL 209.83º 0.78% 0.45% -
HSV(B) 209.83º 0.88% 0.81% -
XYZ 17.79 17.15 60.77 -
YUV 99.05 188.35 75.18 -
System Red Green Blue C M Y K H S L
Decimal 25 116 206 0.88 0.44 0 0.19 209.83 0.78 0.45
Hex 19 74 CE 58 2C 0 13 D2 4E 2D
Octal 31 164 316 130 54 0 23 322 116 55
Binary 11001 1110100 11001110 1011000 101100 0 10011 11010010 1001110 101101

Color Harmonies of #1974CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1974CE

Black with #1974CE

Text Example


Text Example

White with #1974CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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