Html Css Color HEX #074CFD Navy Blue

📋 copy color: '#074CFD'

red 7 ◦ green 76 ◦ blue 253

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

Shades of Navy Blue #074CFD

Tints of Navy Blue #074CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.62%

 BLUE value IS 253 (99.22% from 255) = 75.3%

R = 2.08%
G = 22.62%
B = 75.3%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#074CFD (or 0x074CFD) is known color: Navy Blue. HEX triplet: 07, 4C and FD. RGB value is (7,76,253). Sum of RGB (Red+Green+Blue) = 7+76+253=336 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 253 (99.22% from 255 or 75.30% from 336); Max value from RGB is 253 - color contains mainly: blue. Hex color #074CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #074CFD is #F8B302. Grayscale: #4A4A4A. Windows color (decimal): -16298755 or 16600071. OLE color: 16600071.

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

Color convert

RGB 7 76 253 -
CMYK 0.97 0.70 0 0.01
HSL 223.17º 0.98% 0.51% -
HSV(B) 223.17º 0.97% 0.99% -
XYZ 20.4 12.31 94.23 -
YUV 75.55 228.14 79.11 -
System Red Green Blue C M Y K H S L
Decimal 7 76 253 0.97 0.70 0 0.01 223.17 0.98 0.51
Hex 7 4C FD 61 46 0 1 DF 62 33
Octal 7 114 375 141 106 0 1 337 142 63
Binary 111 1001100 11111101 1100001 1000110 0 1 11011111 1100010 110011

Color Harmonies of #074CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074CFD

Black with #074CFD

Text Example


Text Example

White with #074CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,76,253); }

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

background-color css

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

 a { background-color: rgb(7,76,253); }

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

border-color css

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

 span { border-color: rgb(7,76,253); }

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