Html Css Color HEX #044EFD Navy Blue

📋 copy color: '#044EFD'

red 4 ◦ green 78 ◦ blue 253

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

Shades of Navy Blue #044EFD

Tints of Navy Blue #044EFD

RGB

 RED value IS 4 (1.95% from 255) = 1.19%

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

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

R = 1.19%
G = 23.28%
B = 75.52%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#044EFD (or 0x044EFD) is known color: Navy Blue. HEX triplet: 04, 4E and FD. RGB value is (4,78,253). Sum of RGB (Red+Green+Blue) = 4+78+253=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 253 (99.22% from 255 or 75.52% from 335); Max value from RGB is 253 - color contains mainly: blue. Hex color #044EFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044EFD is #FBB102. Grayscale: #4B4B4B. Windows color (decimal): -16494851 or 16600580. OLE color: 16600580.

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

Color convert

RGB 4 78 253 -
CMYK 0.98 0.69 0 0.01
HSL 222.17º 0.98% 0.5% -
HSV(B) 222.17º 0.98% 0.99% -
XYZ 20.5 12.57 94.27 -
YUV 75.82 227.98 76.77 -
System Red Green Blue C M Y K H S L
Decimal 4 78 253 0.98 0.69 0 0.01 222.17 0.98 0.5
Hex 4 4E FD 62 45 0 1 DE 62 32
Octal 4 116 375 142 105 0 1 336 142 62
Binary 100 1001110 11111101 1100010 1000101 0 1 11011110 1100010 110010

Color Harmonies of #044EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044EFD

Black with #044EFD

Text Example


Text Example

White with #044EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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