Html Css Color HEX #054CFD Navy Blue

📋 copy color: '#054CFD'

red 5 ◦ green 76 ◦ blue 253

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

Shades of Navy Blue #054CFD

Tints of Navy Blue #054CFD

RGB

 RED value IS 5 (2.34% from 255) = 1.5%

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

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

R = 1.5%
G = 22.75%
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

#054CFD (or 0x054CFD) is known color: Navy Blue. HEX triplet: 05, 4C and FD. RGB value is (5,76,253). Sum of RGB (Red+Green+Blue) = 5+76+253=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 76 (30.08% from 255 or 22.75% 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 #054CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #054CFD is #FAB302. Grayscale: #4A4A4A. Windows color (decimal): -16429827 or 16600069. OLE color: 16600069.

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

Color convert

RGB 5 76 253 -
CMYK 0.98 0.70 0 0.01
HSL 222.82º 0.98% 0.51% -
HSV(B) 222.82º 0.98% 0.99% -
XYZ 20.38 12.29 94.23 -
YUV 74.95 228.48 78.11 -
System Red Green Blue C M Y K H S L
Decimal 5 76 253 0.98 0.70 0 0.01 222.82 0.98 0.51
Hex 5 4C FD 62 46 0 1 DF 62 33
Octal 5 114 375 142 106 0 1 337 142 63
Binary 101 1001100 11111101 1100010 1000110 0 1 11011111 1100010 110011

Color Harmonies of #054CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054CFD

Black with #054CFD

Text Example


Text Example

White with #054CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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