Html Css Color HEX #054DF2 Navy Blue

📋 copy color: '#054DF2'

red 5 ◦ green 77 ◦ blue 242

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

Shades of Navy Blue #054DF2

Tints of Navy Blue #054DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 74.69%

R = 1.54%
G = 23.77%
B = 74.69%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#054DF2 (or 0x054DF2) is known color: Navy Blue. HEX triplet: 05, 4D and F2. RGB value is (5,77,242). Sum of RGB (Red+Green+Blue) = 5+77+242=324 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 242 (94.92% from 255 or 74.69% from 324); Max value from RGB is 242 - color contains mainly: blue. Hex color #054DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #054DF2 is #FAB20D. Grayscale: #494949. Windows color (decimal): -16429582 or 15879429. OLE color: 15879429.

HSL color Cylindrical-coordinate representation of color #054DF2: hue angle of 221.77º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054DF2 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 5 77 242 -
CMYK 0.98 0.68 0 0.05
HSL 221.77º 0.96% 0.48% -
HSV(B) 221.77º 0.98% 0.95% -
XYZ 18.74 11.75 85.28 -
YUV 74.28 222.65 78.58 -
System Red Green Blue C M Y K H S L
Decimal 5 77 242 0.98 0.68 0 0.05 221.77 0.96 0.48
Hex 5 4D F2 62 44 0 5 DE 60 30
Octal 5 115 362 142 104 0 5 336 140 60
Binary 101 1001101 11110010 1100010 1000100 0 101 11011110 1100000 110000

Color Harmonies of #054DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054DF2

Black with #054DF2

Text Example


Text Example

White with #054DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,77,242); }

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

background-color css

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

 a { background-color: rgb(5,77,242); }

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

border-color css

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

 span { border-color: rgb(5,77,242); }

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