#300FD0

Color #300FD0 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #300FD0

Tints of Medium Blue #300FD0

Color information

#300FD0 (or 0x300FD0) is unknown color: approx Medium Blue. HEX triplet: 30, 0F and D0. RGB value is (48,15,208). Sum of RGB (Red+Green+Blue) = 48+15+208=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 208 (81.64% from 255 or 76.75% from 271); Max value from RGB is 208 - color contains mainly: blue. Hex color #300FD0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300FD0 is #CFF02F. Grayscale: #2E2E2E. Windows color (decimal): -13627440 or 13635376. OLE color: 13635376.

HSL color Cylindrical-coordinate representation of color #300FD0: hue angle of 250.26º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300FD0 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4815208-
CMYK0.770.9300.18
HSL250.26º86.55%43.73%-
HSV(B)250.26º92.79%81.57%-
XYZ12.775.5260.07-
YUV46.87218.93128.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.71%
GREEN value IS 15 (6.25% from 255) = 5.54%
BLUE value IS 208 (81.64% from 255) = 76.75%
R=17.71%
G=5.54%
B=76.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal48152080.770.9300.18250.2686.5543.73
Hex30FD04D5D012fa572c
Octal601732011513502237212754
Binary11000011111101000010011011011101010010111110101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300FD0; }

 p { color: rgb(48,15,208); }

 H1.HeaderClassName
 {
   color: #300FD0;
 }
 .AnyTagClassName
 {
   color: #300FD0;
 }
</style>
background-color css

<style>
 a { background-color: #300FD0; }

 a { background-color: rgb(48,15,208); }

 div.DivClassName
 {
   background-color: #300FD0;
 }
 .BgClassName
 {
   background-color: #300FD0;
 }
</style>
border-color css

<style>
 span { border-color: #300FD0; }

 span { border-color: rgb(48,15,208); }

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