Html Css Color HEX #074EFD Navy Blue

📋 copy color: '#074EFD'

red 7 ◦ green 78 ◦ blue 253

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

Shades of Navy Blue #074EFD

Tints of Navy Blue #074EFD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.08%

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

R = 2.07%
G = 23.08%
B = 74.85%

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

#074EFD (or 0x074EFD) is known color: Navy Blue. HEX triplet: 07, 4E and FD. RGB value is (7,78,253). Sum of RGB (Red+Green+Blue) = 7+78+253=338 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.07% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 253 (99.22% from 255 or 74.85% from 338); Max value from RGB is 253 - color contains mainly: blue. Hex color #074EFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #074EFD is #F8B102. Grayscale: #4B4B4B. Windows color (decimal): -16298243 or 16600583. OLE color: 16600583.

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

Color convert

RGB 7 78 253 -
CMYK 0.97 0.69 0 0.01
HSL 222.68º 0.98% 0.51% -
HSV(B) 222.68º 0.97% 0.99% -
XYZ 20.54 12.59 94.28 -
YUV 76.72 227.48 78.27 -
System Red Green Blue C M Y K H S L
Decimal 7 78 253 0.97 0.69 0 0.01 222.68 0.98 0.51
Hex 7 4E FD 61 45 0 1 DF 62 33
Octal 7 116 375 141 105 0 1 337 142 63
Binary 111 1001110 11111101 1100001 1000101 0 1 11011111 1100010 110011

Color Harmonies of #074EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074EFD

Black with #074EFD

Text Example


Text Example

White with #074EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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