COLOR #3000F0

HEX: #3000F0
RGB: (48,0,240)

Color info

#3000F0 contains mainly blue color. Web safe color of #3000F0 is #3300FF (or #30F).

RGB color model

#3000F0 color RGB value is (48,0,240).

  • red value is 48;
  • green value is 0;
  • blue value is 240.
RGB:
(48,0,240)
(19%,0%,94%)

RGB channels and saturation

R 48 of 255 = 19%
G 0 of 255 = 0%
B 240 of 255 = 94%

48
0
240

R + G + B ~ 38%. #3000F0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 0 + 240 = 288 (100%)
R 48 of 288 ~ 16.67%
G 0 of 288 ~ 0%
B 240 of 288 ~ 83.33%

%16.67
%83.33

CMYK color model

#3000F0 color CMYK value is (80,100,0,6).

  • cyan value is 80.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(80,100,0,6)
C80M100Y0K6 
(80%,100%,0%,6%)
(0.80/1.00/0.00/0.06)	

CMYK percentages

%80
%100
%0
%5.88

Codes

Color #3000F0 in popluar color models

3000F0
RGB480240
HSL252°100.00%47.06%
HSB/HSV252°100.00%94.12%
CMYK80.00%100.00%0.00%
5.88%

Color #3000F0 in popluar number systems.

HEX3000F0
Decimal480240
Binary110000011110000
Octal600360

Shades and tints

Shades of #3000F0

#3000F0
(48,0,240)
#2C00DB
(44,0,219)
#2800C6
(40,0,198)
#2400B1
(36,0,177)
#20009C
(32,0,156)
#1C0087
(28,0,135)
#180072
(24,0,114)
#14005D
(20,0,93)
#100048
(16,0,72)
#0C0033
(12,0,51)
#08001E
(8,0,30)
#000000
(0,0,0)

Tints of #3000F0

#3000F0
(48,0,240)
#4217F1
(66,23,241)
#542EF2
(84,46,242)
#6645F3
(102,69,243)
#785CF4
(120,92,244)
#8A73F5
(138,115,245)
#9C8AF6
(156,138,246)
#AEA1F7
(174,161,247)
#C0B8F8
(192,184,248)
#D2CFF9
(210,207,249)
#E4E6FA
(228,230,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3000F0 color. Also use rgb(48,0,240) instead hex code.

Text Font Color

.myTextColor { color: #3000F0; }

<p style="color:#3000F0">This sample text font color is #3000F0.</p>

This text font color is #3000F0.


Background Color

.myBgColor { background-color: #3000F0; }

<div style="background-color:#3000F0">Inner text</div>

This div background color is #3000F0.


Border color

.myBorderColor { border: 1px solid #3000F0; }

<div style="border:3px solid #3000F0">Div</div>

This div border color is #3000F0.


Opacity

.myOpacity80 { color: #3000F0; opacity: 0.8; }

<p style="color:#3000F0;opacity:0.8;">80%</p>

Text with #3000F0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3000F0;}

<p style="text-shadow: 3px 3px 1px #3000F0">Text here.</p>

This text has shadow with #3000F0 color.

.textShadow {text-shadow: 3px 3px 1px #3000F0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3000F0, 5px 5px 20px red">Text here.</p>

This text has shadow with #3000F0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3000F0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3000F0, Direction=45, Strength=4)">Text</p>

This text has shadow with #3000F0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3000F0;
  -webkit-box-shadow:	1px 1px 3px 2px #3000F0;
  box-shadow:		1px 1px 3px 2px #3000F0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3000F0;
-webkit-box-shadow: 1px 1px 3px 2px #3000F0;
box-shadow:1px 1px 3px 2px #3000F0;">
Div content here</div>
This div box has shadow with color #3000F0.

Preview

Color preview on black background

This text has color #3000F0 on black background.


Color preview on white background

This text has color #3000F0 on white background.



Black color preview on #3000F0 background

This text has black color on #3000F0 background.


White color preview on #3000F0 background

This text has white color on #3000F0 background.