Color Hex Logo

#051fdb Color Hex

#051FDB
(5,31,219)
0 Favorites   0 Comments

Color spaces of #051fdb

RGB 531219
HSL0.650.960.44
HSV233°98°86°
CMYK 0.980.860.00   0.14
XYZ13.33886.126767.4974
Yxy6.12670.15340.0705
Hunter Lab24.752252.8763-144.3531
CIE-Lab29.729962.7225-91.6873

#051fdb color RGB value is (5,31,219).

#051fdb hex color red value is 5, green value is 31 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #051fdb hue: 0.65 , saturation: 0.96 and the lightness value of 051fdb is 0.44.

The process color (four color CMYK) of #051fdb color hex is 0.98, 0.86, 0.00, 0.14. Web safe color of #051fdb is #0033cc. Color #051fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00011111 11011011
Octal 5 37 333
Decimal 5 31 219
Hex 5 1F DB

RGB Percentages of Color #051fdb

%1.96
%12.16
%85.88

CMYK Percentages of Color #051fdb

%98
%86
%0
%14

Triadic Colors of #051fdb

#051fdb #db051f #1fdb05

Analogous Colors of #051fdb

#051fdb #5605db #058adb

Monochromatic Colors of #051fdb

#051fdb

Complementary Color

#051fdb #dbc105

#051fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#051fdb Color CSS Codes

.mybgcolor {background-color:#051fdb; } 
.myforecolor {color:#051fdb; }
.mybordercolor {border:3px solid #051fdb; }

#051fdb Text Font Color

<p style="color:#051fdb">Text here</p>

This sample text font color is #051fdb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#051fdb Background Color

<div style="background-color:#051fdb">
Div content here</div>

This div background color is #051fdb


#051fdb Border Color

<div style="border:3px solid #051fdb">
Div here</div>

This div border color is #051fdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,31,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #051fdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #051fdb;
  -webkit-box-shadow: 1px 1px 3px 2px #051fdb;
  box-shadow:         1px 1px 3px 2px #051fdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,31,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #051fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #051fdb;
  -webkit-box-shadow: 1px 1px 3px 2px #051fdb;
  box-shadow:         1px 1px 3px 2px #051fdb;">
Div content here</div>

This div box has shadow with color #051fdb


Comments

No comments written yet.

Please login to write comment.