Html Css Color HEX #074DFC Navy Blue

📋 copy color: '#074DFC'

red 7 ◦ green 77 ◦ blue 252

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

Shades of Navy Blue #074DFC

Tints of Navy Blue #074DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 75%

R = 2.08%
G = 22.92%
B = 75%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#074DFC (or 0x074DFC) is known color: Navy Blue. HEX triplet: 07, 4D and FC. RGB value is (7,77,252). Sum of RGB (Red+Green+Blue) = 7+77+252=336 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 252 (98.83% from 255 or 75% from 336); Max value from RGB is 252 - color contains mainly: blue. Hex color #074DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #074DFC is #F8B203. Grayscale: #4B4B4B. Windows color (decimal): -16298500 or 16534791. OLE color: 16534791.

HSL color Cylindrical-coordinate representation of color #074DFC: hue angle of 222.86º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074DFC is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 7 77 252 -
CMYK 0.97 0.69 0 0.01
HSL 222.86º 0.98% 0.51% -
HSV(B) 222.86º 0.97% 0.99% -
XYZ 20.31 12.38 93.41 -
YUV 76.02 227.31 78.77 -
System Red Green Blue C M Y K H S L
Decimal 7 77 252 0.97 0.69 0 0.01 222.86 0.98 0.51
Hex 7 4D FC 61 45 0 1 DF 62 33
Octal 7 115 374 141 105 0 1 337 142 63
Binary 111 1001101 11111100 1100001 1000101 0 1 11011111 1100010 110011

Color Harmonies of #074DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074DFC

Black with #074DFC

Text Example


Text Example

White with #074DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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