Html Css Color HEX #2515D9 Medium Blue

📋 copy color: '#2515D9'

red 37 ◦ green 21 ◦ blue 217

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

Shades of Medium Blue #2515D9

Tints of Medium Blue #2515D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 78.91%

R = 13.45%
G = 7.64%
B = 78.91%

CMYK

 C value IS 0.83

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2515D9 (or 0x2515D9) is known color: Medium Blue. HEX triplet: 25, 15 and D9. RGB value is (37,21,217). Sum of RGB (Red+Green+Blue) = 37+21+217=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 217 (85.16% from 255 or 78.91% from 275); Max value from RGB is 217 - color contains mainly: blue. Hex color #2515D9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2515D9 is #DAEA26. Grayscale: #2F2F2F. Windows color (decimal): -14346791 or 14226725. OLE color: 14226725.

HSL color Cylindrical-coordinate representation of color #2515D9: hue angle of 244.9º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2515D9 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 21 217 -
CMYK 0.83 0.90 0 0.15
HSL 244.9º 0.82% 0.47% -
HSV(B) 244.9º 0.9% 0.85% -
XYZ 13.56 5.94 66.08 -
YUV 48.13 223.3 120.06 -
System Red Green Blue C M Y K H S L
Decimal 37 21 217 0.83 0.90 0 0.15 244.9 0.82 0.47
Hex 25 15 D9 53 5A 0 F F5 52 2F
Octal 45 25 331 123 132 0 17 365 122 57
Binary 100101 10101 11011001 1010011 1011010 0 1111 11110101 1010010 101111

Color Harmonies of #2515D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2515D9

Black with #2515D9

Text Example


Text Example

White with #2515D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2515D9; }

 p { color: rgb(37,21,217); }

 H1.HeaderClassName
 {
   color: #2515D9;
 }
 .AnyTagClassName
 {
   color: #2515D9;
 }
</style>

background-color css

<style>
 a { background-color: #2515D9; }

 a { background-color: rgb(37,21,217); }

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

border-color css

<style>
 span { border-color: #2515D9; }

 span { border-color: rgb(37,21,217); }

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