color codes Logo

#0730fb color codes

#0730FB
(7,48,251)
0 Favorites   0 Comments

Color spaces of #0730fb

RGB 748251
HSL0.640.970.51
HSV230°97°98°
CMYK 0.970.810.00   0.02
XYZ18.55729.124192.0498
Yxy9.12410.15500.0762
Hunter Lab30.206156.8012-159.5354
CIE-Lab36.222164.9691-99.0732

#0730fb color RGB value is (7,48,251).

#0730fb hex color red value is 7, green value is 48 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0730fb hue: 0.64 , saturation: 0.97 and the lightness value of 0730fb is 0.51.

The process color (four color CMYK) of #0730fb color code is 0.97, 0.81, 0.00, 0.02. Web safe color of #0730fb is #0033ff. Color #0730fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110000 11111011
Octal 7 60 373
Decimal 7 48 251
Hex 7 30 FB

RGB Percentages of Color #0730fb

%2.29
%15.69
%82.03

CMYK Percentages of Color #0730fb

%97
%81
%0
%2

Triadic Colors of #0730fb

#0730fb #fb0730 #30fb07

Analogous Colors of #0730fb

#0730fb #5807fb #07aafb

Monochromatic Colors of #0730fb

#0730fb

Complementary Color

#0730fb #fbd207

#0730fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0730fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0730fb Color CSS Codes

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

#0730fb Text Font Color

<p style="color:#0730fb">Text here</p>

This sample text font color is #0730fb
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.


#0730fb Background Color

<div style="background-color:#0730fb">
Div content here</div>

This div background color is #0730fb


#0730fb Border Color

<div style="border:3px solid #0730fb">
Div here</div>

This div border color is #0730fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,48,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0730fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0730fb;
  -webkit-box-shadow: 1px 1px 3px 2px #0730fb;
  box-shadow:         1px 1px 3px 2px #0730fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,48,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0730fb


Comments

No comments written yet.

Please login to write comment.