Html Css Color HEX #2519DC Medium Blue

📋 copy color: '#2519DC'

red 37 ◦ green 25 ◦ blue 220

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

Shades of Medium Blue #2519DC

Tints of Medium Blue #2519DC

RGB

 RED value IS 37 (14.84% from 255) = 13.12%

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

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

R = 13.12%
G = 8.87%
B = 78.01%

CMYK

 C value IS 0.83

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2519DC (or 0x2519DC) is known color: Medium Blue. HEX triplet: 25, 19 and DC. RGB value is (37,25,220). Sum of RGB (Red+Green+Blue) = 37+25+220=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 220 (86.33% from 255 or 78.01% from 282); Max value from RGB is 220 - color contains mainly: blue. Hex color #2519DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2519DC is #DAE623. Grayscale: #323232. Windows color (decimal): -14345764 or 14424357. OLE color: 14424357.

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

Color convert

RGB 37 25 220 -
CMYK 0.83 0.89 0 0.14
HSL 243.69º 0.8% 0.48% -
HSV(B) 243.69º 0.89% 0.86% -
XYZ 14.03 6.26 68.18 -
YUV 50.82 223.48 118.14 -
System Red Green Blue C M Y K H S L
Decimal 37 25 220 0.83 0.89 0 0.14 243.69 0.8 0.48
Hex 25 19 DC 53 59 0 E F4 50 30
Octal 45 31 334 123 131 0 16 364 120 60
Binary 100101 11001 11011100 1010011 1011001 0 1110 11110100 1010000 110000

Color Harmonies of #2519DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2519DC

Black with #2519DC

Text Example


Text Example

White with #2519DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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