Html Css Color HEX #054EFD Navy Blue

📋 copy color: '#054EFD'

red 5 ◦ green 78 ◦ blue 253

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

Shades of Navy Blue #054EFD

Tints of Navy Blue #054EFD

RGB

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

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

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

R = 1.49%
G = 23.21%
B = 75.3%

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

#054EFD (or 0x054EFD) is known color: Navy Blue. HEX triplet: 05, 4E and FD. RGB value is (5,78,253). Sum of RGB (Red+Green+Blue) = 5+78+253=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 78 (30.86% from 255 or 23.21% 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 #054EFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #054EFD is #FAB102. Grayscale: #4B4B4B. Windows color (decimal): -16429315 or 16600581. OLE color: 16600581.

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

Color convert

RGB 5 78 253 -
CMYK 0.98 0.69 0 0.01
HSL 222.34º 0.98% 0.51% -
HSV(B) 222.34º 0.98% 0.99% -
XYZ 20.52 12.57 94.27 -
YUV 76.12 227.82 77.27 -
System Red Green Blue C M Y K H S L
Decimal 5 78 253 0.98 0.69 0 0.01 222.34 0.98 0.51
Hex 5 4E FD 62 45 0 1 DE 62 33
Octal 5 116 375 142 105 0 1 336 142 63
Binary 101 1001110 11111101 1100010 1000101 0 1 11011110 1100010 110011

Color Harmonies of #054EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054EFD

Black with #054EFD

Text Example


Text Example

White with #054EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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