Html Css Color HEX #300ECF Medium Blue

📋 copy color: '#300ECF'

red 48 ◦ green 14 ◦ blue 207

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

Shades of Medium Blue #300ECF

Tints of Medium Blue #300ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 76.95%

R = 17.84%
G = 5.2%
B = 76.95%

CMYK

 C value IS 0.77

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#300ECF (or 0x300ECF) is known color: Medium Blue. HEX triplet: 30, 0E and CF. RGB value is (48,14,207). Sum of RGB (Red+Green+Blue) = 48+14+207=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 207 (81.25% from 255 or 76.95% from 269); Max value from RGB is 207 - color contains mainly: blue. Hex color #300ECF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300ECF is #CFF130. Grayscale: #2D2D2D. Windows color (decimal): -13627697 or 13569584. OLE color: 13569584.

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

Color convert

RGB 48 14 207 -
CMYK 0.77 0.93 0 0.19
HSL 250.57º 0.87% 0.43% -
HSV(B) 250.57º 0.93% 0.81% -
XYZ 12.64 5.45 59.42 -
YUV 46.17 218.76 129.31 -
System Red Green Blue C M Y K H S L
Decimal 48 14 207 0.77 0.93 0 0.19 250.57 0.87 0.43
Hex 30 E CF 4D 5D 0 13 FB 57 2B
Octal 60 16 317 115 135 0 23 373 127 53
Binary 110000 1110 11001111 1001101 1011101 0 10011 11111011 1010111 101011

Color Harmonies of #300ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300ECF

Black with #300ECF

Text Example


Text Example

White with #300ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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