Color Hex Logo

#306dfa Color Hex

#306DFA
(48,109,250)
0 Favorites   0 Comments

Color spaces of #306dfa

RGB 48109250
HSL0.620.950.58
HSV222°81°98°
CMYK 0.810.560.00   0.02
XYZ23.942918.467892.7452
Yxy18.46780.17720.1366
Hunter Lab42.974224.2458-97.8754
CIE-Lab50.058731.0431-75.6921

#306dfa color RGB value is (48,109,250).

#306dfa hex color red value is 48, green value is 109 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #306dfa hue: 0.62 , saturation: 0.95 and the lightness value of 306dfa is 0.58.

The process color (four color CMYK) of #306dfa color hex is 0.81, 0.56, 0.00, 0.02. Web safe color of #306dfa is #3366ff. Color #306dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101101 11111010
Octal 60 155 372
Decimal 48 109 250
Hex 30 6D FA

RGB Percentages of Color #306dfa

%11.79
%26.78
%61.43

CMYK Percentages of Color #306dfa

%81
%56
%0
%2

Triadic Colors of #306dfa

#306dfa #fa306d #6dfa30

Analogous Colors of #306dfa

#306dfa #5830fa #30d2fa

Monochromatic Colors of #306dfa

#306dfa

Complementary Color

#306dfa #fabd30

#306dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#306dfa Color CSS Codes

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

#306dfa Text Font Color

<p style="color:#306dfa">Text here</p>

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


#306dfa Background Color

<div style="background-color:#306dfa">
Div content here</div>

This div background color is #306dfa


#306dfa Border Color

<div style="border:3px solid #306dfa">
Div here</div>

This div border color is #306dfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,109,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #306dfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #306dfa;
  -webkit-box-shadow: 1px 1px 3px 2px #306dfa;
  box-shadow:         1px 1px 3px 2px #306dfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306dfa


Comments

No comments written yet.

Please login to write comment.