Html Css Color HEX #1915DC Medium Blue

📋 copy color: '#1915DC'

red 25 ◦ green 21 ◦ blue 220

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

Shades of Medium Blue #1915DC

Tints of Medium Blue #1915DC

RGB

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

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

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

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

CMYK

 C value IS 0.89

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1915DC (or 0x1915DC) is known color: Medium Blue. HEX triplet: 19, 15 and DC. RGB value is (25,21,220). Sum of RGB (Red+Green+Blue) = 25+21+220=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 21 (8.59% from 255 or 7.89% 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 #1915DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1915DC is #E6EA23. Grayscale: #2C2C2C. Windows color (decimal): -15133220 or 14423321. OLE color: 14423321.

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

Color convert

RGB 25 21 220 -
CMYK 0.89 0.90 0 0.14
HSL 241.21º 0.83% 0.47% -
HSV(B) 241.21º 0.9% 0.86% -
XYZ 13.59 5.91 68.13 -
YUV 44.88 226.83 113.82 -
System Red Green Blue C M Y K H S L
Decimal 25 21 220 0.89 0.90 0 0.14 241.21 0.83 0.47
Hex 19 15 DC 59 5A 0 E F1 53 2F
Octal 31 25 334 131 132 0 16 361 123 57
Binary 11001 10101 11011100 1011001 1011010 0 1110 11110001 1010011 101111

Color Harmonies of #1915DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1915DC

Black with #1915DC

Text Example


Text Example

White with #1915DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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