Html Css Color HEX #1518DC Medium Blue

📋 copy color: '#1518DC'

red 21 ◦ green 24 ◦ blue 220

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

Shades of Medium Blue #1518DC

Tints of Medium Blue #1518DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 83.02%

R = 7.92%
G = 9.06%
B = 83.02%

CMYK

 C value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1518DC (or 0x1518DC) is known color: Medium Blue. HEX triplet: 15, 18 and DC. RGB value is (21,24,220). Sum of RGB (Red+Green+Blue) = 21+24+220=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 220 (86.33% from 255 or 83.02% from 265); Max value from RGB is 220 - color contains mainly: blue. Hex color #1518DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1518DC is #EAE723. Grayscale: #2C2C2C. Windows color (decimal): -15394596 or 14424085. OLE color: 14424085.

HSL color Cylindrical-coordinate representation of color #1518DC: hue angle of 239.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1518DC is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 24 220 -
CMYK 0.90 0.89 0 0.14
HSL 239.1º 0.83% 0.47% -
HSV(B) 239.1º 0.9% 0.86% -
XYZ 13.55 5.98 68.15 -
YUV 45.45 226.51 110.56 -
System Red Green Blue C M Y K H S L
Decimal 21 24 220 0.90 0.89 0 0.14 239.1 0.83 0.47
Hex 15 18 DC 5A 59 0 E EF 53 2F
Octal 25 30 334 132 131 0 16 357 123 57
Binary 10101 11000 11011100 1011010 1011001 0 1110 11101111 1010011 101111

Color Harmonies of #1518DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1518DC

Black with #1518DC

Text Example


Text Example

White with #1518DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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