Html Css Color HEX #3014CD Medium Blue

📋 copy color: '#3014CD'

red 48 ◦ green 20 ◦ blue 205

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

Shades of Medium Blue #3014CD

Tints of Medium Blue #3014CD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.33%

 BLUE value IS 205 (80.47% from 255) = 75.09%

R = 17.58%
G = 7.33%
B = 75.09%

CMYK

 C value IS 0.77

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3014CD (or 0x3014CD) is known color: Medium Blue. HEX triplet: 30, 14 and CD. RGB value is (48,20,205). Sum of RGB (Red+Green+Blue) = 48+20+205=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #3014CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3014CD is #CFEB32. Grayscale: #303030. Windows color (decimal): -13626163 or 13440048. OLE color: 13440048.

HSL color Cylindrical-coordinate representation of color #3014CD: hue angle of 249.08º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3014CD is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 20 205 -
CMYK 0.77 0.90 0 0.20
HSL 249.08º 0.82% 0.44% -
HSV(B) 249.08º 0.9% 0.8% -
XYZ 12.49 5.54 58.17 -
YUV 49.46 215.78 126.96 -
System Red Green Blue C M Y K H S L
Decimal 48 20 205 0.77 0.90 0 0.20 249.08 0.82 0.44
Hex 30 14 CD 4D 5A 0 14 F9 52 2C
Octal 60 24 315 115 132 0 24 371 122 54
Binary 110000 10100 11001101 1001101 1011010 0 10100 11111001 1010010 101100

Color Harmonies of #3014CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3014CD

Black with #3014CD

Text Example


Text Example

White with #3014CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3014CD; }

 p { color: rgb(48,20,205); }

 H1.HeaderClassName
 {
   color: #3014CD;
 }
 .AnyTagClassName
 {
   color: #3014CD;
 }
</style>

background-color css

<style>
 a { background-color: #3014CD; }

 a { background-color: rgb(48,20,205); }

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

border-color css

<style>
 span { border-color: #3014CD; }

 span { border-color: rgb(48,20,205); }

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