Html Css Color HEX #074ACD Denim

📋 copy color: '#074ACD'

red 7 ◦ green 74 ◦ blue 205

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

Shades of Denim #074ACD

Tints of Denim #074ACD

RGB

 RED value IS 7 (3.13% from 255) = 2.45%

 GREEN value IS 74 (29.3% from 255) = 25.87%

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

R = 2.45%
G = 25.87%
B = 71.68%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#074ACD (or 0x074ACD) is known color: Denim. HEX triplet: 07, 4A and CD. RGB value is (7,74,205). Sum of RGB (Red+Green+Blue) = 7+74+205=286 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.45% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 205 (80.47% from 255 or 71.68% from 286); Max value from RGB is 205 - color contains mainly: blue. Hex color #074ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074ACD is #F8B532. Grayscale: #444444. Windows color (decimal): -16299315 or 13453831. OLE color: 13453831.

HSL color Cylindrical-coordinate representation of color #074ACD: hue angle of 219.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074ACD is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 74 205 -
CMYK 0.97 0.64 0 0.20
HSL 219.7º 0.93% 0.42% -
HSV(B) 219.7º 0.97% 0.8% -
XYZ 13.56 9.35 58.85 -
YUV 68.9 204.8 83.85 -
System Red Green Blue C M Y K H S L
Decimal 7 74 205 0.97 0.64 0 0.20 219.7 0.93 0.42
Hex 7 4A CD 61 40 0 14 DC 5D 2A
Octal 7 112 315 141 100 0 24 334 135 52
Binary 111 1001010 11001101 1100001 1000000 0 10100 11011100 1011101 101010

Color Harmonies of #074ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074ACD

Black with #074ACD

Text Example


Text Example

White with #074ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074ACD; }

 p { color: rgb(7,74,205); }

 H1.HeaderClassName
 {
   color: #074ACD;
 }
 .AnyTagClassName
 {
   color: #074ACD;
 }
</style>

background-color css

<style>
 a { background-color: #074ACD; }

 a { background-color: rgb(7,74,205); }

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

border-color css

<style>
 span { border-color: #074ACD; }

 span { border-color: rgb(7,74,205); }

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