Html Css Color HEX #1519DC Medium Blue

📋 copy color: '#1519DC'

red 21 ◦ green 25 ◦ blue 220

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

Shades of Medium Blue #1519DC

Tints of Medium Blue #1519DC

RGB

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

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

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

R = 7.89%
G = 9.4%
B = 82.71%

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

#1519DC (or 0x1519DC) is known color: Medium Blue. HEX triplet: 15, 19 and DC. RGB value is (21,25,220). Sum of RGB (Red+Green+Blue) = 21+25+220=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 220 (86.33% from 255 or 82.71% from 266); Max value from RGB is 220 - color contains mainly: blue. Hex color #1519DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1519DC is #EAE623. Grayscale: #2D2D2D. Windows color (decimal): -15394340 or 14424341. OLE color: 14424341.

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

Color convert

RGB 21 25 220 -
CMYK 0.90 0.89 0 0.14
HSL 238.79º 0.83% 0.47% -
HSV(B) 238.79º 0.9% 0.86% -
XYZ 13.58 6.02 68.16 -
YUV 46.03 226.17 110.14 -
System Red Green Blue C M Y K H S L
Decimal 21 25 220 0.90 0.89 0 0.14 238.79 0.83 0.47
Hex 15 19 DC 5A 59 0 E EF 53 2F
Octal 25 31 334 132 131 0 16 357 123 57
Binary 10101 11001 11011100 1011010 1011001 0 1110 11101111 1010011 101111

Color Harmonies of #1519DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1519DC

Black with #1519DC

Text Example


Text Example

White with #1519DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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