Html Css Color HEX #074DED Navy Blue

📋 copy color: '#074DED'

red 7 ◦ green 77 ◦ blue 237

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

Shades of Navy Blue #074DED

Tints of Navy Blue #074DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 73.83%

R = 2.18%
G = 23.99%
B = 73.83%

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

#074DED (or 0x074DED) is known color: Navy Blue. HEX triplet: 07, 4D and ED. RGB value is (7,77,237). Sum of RGB (Red+Green+Blue) = 7+77+237=321 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.18% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 237 (92.97% from 255 or 73.83% from 321); Max value from RGB is 237 - color contains mainly: blue. Hex color #074DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #074DED is #F8B212. Grayscale: #494949. Windows color (decimal): -16298515 or 15551751. OLE color: 15551751.

HSL color Cylindrical-coordinate representation of color #074DED: hue angle of 221.74º 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 #074DED is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 77 237 -
CMYK 0.97 0.68 0 0.07
HSL 221.74º 0.94% 0.48% -
HSV(B) 221.74º 0.97% 0.93% -
XYZ 18.03 11.47 81.38 -
YUV 74.31 219.81 79.99 -
System Red Green Blue C M Y K H S L
Decimal 7 77 237 0.97 0.68 0 0.07 221.74 0.94 0.48
Hex 7 4D ED 61 44 0 7 DE 5E 30
Octal 7 115 355 141 104 0 7 336 136 60
Binary 111 1001101 11101101 1100001 1000100 0 111 11011110 1011110 110000

Color Harmonies of #074DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074DED

Black with #074DED

Text Example


Text Example

White with #074DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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