Html Css Color HEX #074DC9 Denim

📋 copy color: '#074DC9'

red 7 ◦ green 77 ◦ blue 201

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

Shades of Denim #074DC9

Tints of Denim #074DC9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.02%

 BLUE value IS 201 (78.91% from 255) = 70.53%

R = 2.46%
G = 27.02%
B = 70.53%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#074DC9 (or 0x074DC9) is known color: Denim. HEX triplet: 07, 4D and C9. RGB value is (7,77,201). Sum of RGB (Red+Green+Blue) = 7+77+201=285 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 201 (78.91% from 255 or 70.53% from 285); Max value from RGB is 201 - color contains mainly: blue. Hex color #074DC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074DC9 is #F8B236. Grayscale: #454545. Windows color (decimal): -16298551 or 13192455. OLE color: 13192455.

HSL color Cylindrical-coordinate representation of color #074DC9: hue angle of 218.35º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074DC9 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 7 77 201 -
CMYK 0.97 0.62 0 0.21
HSL 218.35º 0.93% 0.41% -
HSV(B) 218.35º 0.97% 0.79% -
XYZ 13.28 9.57 56.41 -
YUV 70.21 201.81 82.92 -
System Red Green Blue C M Y K H S L
Decimal 7 77 201 0.97 0.62 0 0.21 218.35 0.93 0.41
Hex 7 4D C9 61 3E 0 15 DA 5D 29
Octal 7 115 311 141 76 0 25 332 135 51
Binary 111 1001101 11001001 1100001 111110 0 10101 11011010 1011101 101001

Color Harmonies of #074DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074DC9

Black with #074DC9

Text Example


Text Example

White with #074DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,77,201); }

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

background-color css

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

 a { background-color: rgb(7,77,201); }

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

border-color css

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

 span { border-color: rgb(7,77,201); }

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