Html Css Color HEX #1519CD Medium Blue

📋 copy color: '#1519CD'

red 21 ◦ green 25 ◦ blue 205

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

Shades of Medium Blue #1519CD

Tints of Medium Blue #1519CD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.96%

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

R = 8.37%
G = 9.96%
B = 81.67%

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

#1519CD (or 0x1519CD) is known color: Medium Blue. HEX triplet: 15, 19 and CD. RGB value is (21,25,205). Sum of RGB (Red+Green+Blue) = 21+25+205=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 205 (80.47% from 255 or 81.67% from 251); Max value from RGB is 205 - color contains mainly: blue. Hex color #1519CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1519CD is #EAE632. Grayscale: #2B2B2B. Windows color (decimal): -15394355 or 13441301. OLE color: 13441301.

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

Color convert

RGB 21 25 205 -
CMYK 0.90 0.88 0 0.20
HSL 238.7º 0.81% 0.44% -
HSV(B) 238.7º 0.9% 0.8% -
XYZ 11.68 5.26 58.16 -
YUV 44.32 218.67 111.36 -
System Red Green Blue C M Y K H S L
Decimal 21 25 205 0.90 0.88 0 0.20 238.7 0.81 0.44
Hex 15 19 CD 5A 58 0 14 EF 51 2C
Octal 25 31 315 132 130 0 24 357 121 54
Binary 10101 11001 11001101 1011010 1011000 0 10100 11101111 1010001 101100

Color Harmonies of #1519CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1519CD

Black with #1519CD

Text Example


Text Example

White with #1519CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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