Html Css Color HEX #1518CD Medium Blue

📋 copy color: '#1518CD'

red 21 ◦ green 24 ◦ blue 205

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

Shades of Medium Blue #1518CD

Tints of Medium Blue #1518CD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.6%

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

R = 8.4%
G = 9.6%
B = 82%

CMYK

 C value IS 0.90

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1518CD (or 0x1518CD) is known color: Medium Blue. HEX triplet: 15, 18 and CD. RGB value is (21,24,205). Sum of RGB (Red+Green+Blue) = 21+24+205=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 205 (80.47% from 255 or 82% from 250); Max value from RGB is 205 - color contains mainly: blue. Hex color #1518CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1518CD is #EAE732. Grayscale: #2B2B2B. Windows color (decimal): -15394611 or 13441045. OLE color: 13441045.

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

Color convert

RGB 21 24 205 -
CMYK 0.90 0.88 0 0.20
HSL 239.02º 0.81% 0.44% -
HSV(B) 239.02º 0.9% 0.8% -
XYZ 11.66 5.22 58.15 -
YUV 43.74 219.01 111.78 -
System Red Green Blue C M Y K H S L
Decimal 21 24 205 0.90 0.88 0 0.20 239.02 0.81 0.44
Hex 15 18 CD 5A 58 0 14 EF 51 2C
Octal 25 30 315 132 130 0 24 357 121 54
Binary 10101 11000 11001101 1011010 1011000 0 10100 11101111 1010001 101100

Color Harmonies of #1518CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1518CD

Black with #1518CD

Text Example


Text Example

White with #1518CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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