Html Css Color HEX #044DFD Navy Blue

📋 copy color: '#044DFD'

red 4 ◦ green 77 ◦ blue 253

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

Shades of Navy Blue #044DFD

Tints of Navy Blue #044DFD

RGB

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

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

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

R = 1.2%
G = 23.05%
B = 75.75%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#044DFD (or 0x044DFD) is known color: Navy Blue. HEX triplet: 04, 4D and FD. RGB value is (4,77,253). Sum of RGB (Red+Green+Blue) = 4+77+253=334 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 253 (99.22% from 255 or 75.75% from 334); Max value from RGB is 253 - color contains mainly: blue. Hex color #044DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044DFD is #FBB202. Grayscale: #4A4A4A. Windows color (decimal): -16495107 or 16600324. OLE color: 16600324.

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

Color convert

RGB 4 77 253 -
CMYK 0.98 0.70 0 0.01
HSL 222.41º 0.98% 0.5% -
HSV(B) 222.41º 0.98% 0.99% -
XYZ 20.43 12.43 94.25 -
YUV 75.24 228.32 77.19 -
System Red Green Blue C M Y K H S L
Decimal 4 77 253 0.98 0.70 0 0.01 222.41 0.98 0.5
Hex 4 4D FD 62 46 0 1 DE 62 32
Octal 4 115 375 142 106 0 1 336 142 62
Binary 100 1001101 11111101 1100010 1000110 0 1 11011110 1100010 110010

Color Harmonies of #044DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044DFD

Black with #044DFD

Text Example


Text Example

White with #044DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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