Html Css Color HEX #1514CD Medium Blue

📋 copy color: '#1514CD'

red 21 ◦ green 20 ◦ blue 205

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

Shades of Medium Blue #1514CD

Tints of Medium Blue #1514CD

RGB

 RED value IS 21 (8.59% from 255) = 8.54%

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

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

R = 8.54%
G = 8.13%
B = 83.33%

CMYK

 C value IS 0.90

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1514CD (or 0x1514CD) is known color: Medium Blue. HEX triplet: 15, 14 and CD. RGB value is (21,20,205). Sum of RGB (Red+Green+Blue) = 21+20+205=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 205 (80.47% from 255 or 83.33% from 246); Max value from RGB is 205 - color contains mainly: blue. Hex color #1514CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1514CD is #EAEB32. Grayscale: #282828. Windows color (decimal): -15395635 or 13440021. OLE color: 13440021.

HSL color Cylindrical-coordinate representation of color #1514CD: hue angle of 240.32º 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 #1514CD is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 20 205 -
CMYK 0.90 0.90 0 0.20
HSL 240.32º 0.82% 0.44% -
HSV(B) 240.32º 0.9% 0.8% -
XYZ 11.58 5.07 58.13 -
YUV 41.39 220.33 113.46 -
System Red Green Blue C M Y K H S L
Decimal 21 20 205 0.90 0.90 0 0.20 240.32 0.82 0.44
Hex 15 14 CD 5A 5A 0 14 F0 52 2C
Octal 25 24 315 132 132 0 24 360 122 54
Binary 10101 10100 11001101 1011010 1011010 0 10100 11110000 1010010 101100

Color Harmonies of #1514CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1514CD

Black with #1514CD

Text Example


Text Example

White with #1514CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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