Html Css Color HEX #074DEE Navy Blue

📋 copy color: '#074DEE'

red 7 ◦ green 77 ◦ blue 238

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

Shades of Navy Blue #074DEE

Tints of Navy Blue #074DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 73.91%

R = 2.17%
G = 23.91%
B = 73.91%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#074DEE (or 0x074DEE) is known color: Navy Blue. HEX triplet: 07, 4D and EE. RGB value is (7,77,238). Sum of RGB (Red+Green+Blue) = 7+77+238=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 238 (93.36% from 255 or 73.91% from 322); Max value from RGB is 238 - color contains mainly: blue. Hex color #074DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #074DEE is #F8B211. Grayscale: #494949. Windows color (decimal): -16298514 or 15617287. OLE color: 15617287.

HSL color Cylindrical-coordinate representation of color #074DEE: hue angle of 221.82º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074DEE is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 77 238 -
CMYK 0.97 0.68 0 0.07
HSL 221.82º 0.94% 0.48% -
HSV(B) 221.82º 0.97% 0.93% -
XYZ 18.17 11.53 82.16 -
YUV 74.42 220.31 79.91 -
System Red Green Blue C M Y K H S L
Decimal 7 77 238 0.97 0.68 0 0.07 221.82 0.94 0.48
Hex 7 4D EE 61 44 0 7 DE 5E 30
Octal 7 115 356 141 104 0 7 336 136 60
Binary 111 1001101 11101110 1100001 1000100 0 111 11011110 1011110 110000

Color Harmonies of #074DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074DEE

Black with #074DEE

Text Example


Text Example

White with #074DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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