Html Css Color HEX #300ED0 Medium Blue

📋 copy color: '#300ED0'

red 48 ◦ green 14 ◦ blue 208

#300ED0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #300ED0

Tints of Medium Blue #300ED0

RGB

 RED value IS 48 (19.14% from 255) = 17.78%

 GREEN value IS 14 (5.86% from 255) = 5.19%

 BLUE value IS 208 (81.64% from 255) = 77.04%

R = 17.78%
G = 5.19%
B = 77.04%

CMYK

 C value IS 0.77

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#300ED0 (or 0x300ED0) is known color: Medium Blue. HEX triplet: 30, 0E and D0. RGB value is (48,14,208). Sum of RGB (Red+Green+Blue) = 48+14+208=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 208 (81.64% from 255 or 77.04% from 270); Max value from RGB is 208 - color contains mainly: blue. Hex color #300ED0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300ED0 is #CFF12F. Grayscale: #2D2D2D. Windows color (decimal): -13627696 or 13635120. OLE color: 13635120.

HSL color Cylindrical-coordinate representation of color #300ED0: hue angle of 250.52º 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 #300ED0 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 14 208 -
CMYK 0.77 0.93 0 0.18
HSL 250.52º 0.87% 0.44% -
HSV(B) 250.52º 0.93% 0.82% -
XYZ 12.76 5.5 60.06 -
YUV 46.28 219.26 129.23 -
System Red Green Blue C M Y K H S L
Decimal 48 14 208 0.77 0.93 0 0.18 250.52 0.87 0.44
Hex 30 E D0 4D 5D 0 12 FB 57 2C
Octal 60 16 320 115 135 0 22 373 127 54
Binary 110000 1110 11010000 1001101 1011101 0 10010 11111011 1010111 101100

Color Harmonies of #300ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300ED0

Black with #300ED0

Text Example


Text Example

White with #300ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #300ED0;
 }
 .AnyTagClassName
 {
   color: #300ED0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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