Html Css Color HEX #1970CE Denim

📋 copy color: '#1970CE'

red 25 ◦ green 112 ◦ blue 206

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

Shades of Denim #1970CE

Tints of Denim #1970CE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.65%

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

R = 7.29%
G = 32.65%
B = 60.06%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1970CE (or 0x1970CE) is known color: Denim. HEX triplet: 19, 70 and CE. RGB value is (25,112,206). Sum of RGB (Red+Green+Blue) = 25+112+206=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #1970CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1970CE is #E68F31. Grayscale: #606060. Windows color (decimal): -15109938 or 13529113. OLE color: 13529113.

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

Color convert

RGB 25 112 206 -
CMYK 0.88 0.46 0 0.19
HSL 211.16º 0.78% 0.45% -
HSV(B) 211.16º 0.88% 0.81% -
XYZ 17.34 16.25 60.62 -
YUV 96.7 189.68 76.86 -
System Red Green Blue C M Y K H S L
Decimal 25 112 206 0.88 0.46 0 0.19 211.16 0.78 0.45
Hex 19 70 CE 58 2E 0 13 D3 4E 2D
Octal 31 160 316 130 56 0 23 323 116 55
Binary 11001 1110000 11001110 1011000 101110 0 10011 11010011 1001110 101101

Color Harmonies of #1970CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1970CE

Black with #1970CE

Text Example


Text Example

White with #1970CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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