Html Css Color HEX #2970CF Denim

📋 copy color: '#2970CF'

red 41 ◦ green 112 ◦ blue 207

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

Shades of Denim #2970CF

Tints of Denim #2970CF

RGB

 RED value IS 41 (16.41% from 255) = 11.39%

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

 BLUE value IS 207 (81.25% from 255) = 57.5%

R = 11.39%
G = 31.11%
B = 57.5%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2970CF (or 0x2970CF) is known color: Denim. HEX triplet: 29, 70 and CF. RGB value is (41,112,207). Sum of RGB (Red+Green+Blue) = 41+112+207=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #2970CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2970CF is #D68F30. Grayscale: #656565. Windows color (decimal): -14061361 or 13594665. OLE color: 13594665.

HSL color Cylindrical-coordinate representation of color #2970CF: hue angle of 214.34º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2970CF is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 112 207 -
CMYK 0.80 0.46 0 0.19
HSL 214.34º 0.67% 0.49% -
HSV(B) 214.34º 0.8% 0.81% -
XYZ 17.97 16.56 61.28 -
YUV 101.6 187.48 84.78 -
System Red Green Blue C M Y K H S L
Decimal 41 112 207 0.80 0.46 0 0.19 214.34 0.67 0.49
Hex 29 70 CF 50 2E 0 13 D6 43 31
Octal 51 160 317 120 56 0 23 326 103 61
Binary 101001 1110000 11001111 1010000 101110 0 10011 11010110 1000011 110001

Color Harmonies of #2970CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2970CF

Black with #2970CF

Text Example


Text Example

White with #2970CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2970CF; }

 p { color: rgb(41,112,207); }

 H1.HeaderClassName
 {
   color: #2970CF;
 }
 .AnyTagClassName
 {
   color: #2970CF;
 }
</style>

background-color css

<style>
 a { background-color: #2970CF; }

 a { background-color: rgb(41,112,207); }

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

border-color css

<style>
 span { border-color: #2970CF; }

 span { border-color: rgb(41,112,207); }

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