Html Css Color HEX #2815D7 Medium Blue

📋 copy color: '#2815D7'

red 40 ◦ green 21 ◦ blue 215

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

Shades of Medium Blue #2815D7

Tints of Medium Blue #2815D7

RGB

 RED value IS 40 (16.02% from 255) = 14.49%

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

 BLUE value IS 215 (84.38% from 255) = 77.9%

R = 14.49%
G = 7.61%
B = 77.9%

CMYK

 C value IS 0.81

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2815D7 (or 0x2815D7) is known color: Medium Blue. HEX triplet: 28, 15 and D7. RGB value is (40,21,215). Sum of RGB (Red+Green+Blue) = 40+21+215=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 215 (84.38% from 255 or 77.90% from 276); Max value from RGB is 215 - color contains mainly: blue. Hex color #2815D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2815D7 is #D7EA28. Grayscale: #303030. Windows color (decimal): -14150185 or 14095656. OLE color: 14095656.

HSL color Cylindrical-coordinate representation of color #2815D7: hue angle of 245.88º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2815D7 is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 21 215 -
CMYK 0.81 0.90 0 0.16
HSL 245.88º 0.82% 0.46% -
HSV(B) 245.88º 0.9% 0.84% -
XYZ 13.41 5.89 64.72 -
YUV 48.8 221.79 121.73 -
System Red Green Blue C M Y K H S L
Decimal 40 21 215 0.81 0.90 0 0.16 245.88 0.82 0.46
Hex 28 15 D7 51 5A 0 10 F6 52 2E
Octal 50 25 327 121 132 0 20 366 122 56
Binary 101000 10101 11010111 1010001 1011010 0 10000 11110110 1010010 101110

Color Harmonies of #2815D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2815D7

Black with #2815D7

Text Example


Text Example

White with #2815D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2815D7; }

 p { color: rgb(40,21,215); }

 H1.HeaderClassName
 {
   color: #2815D7;
 }
 .AnyTagClassName
 {
   color: #2815D7;
 }
</style>

background-color css

<style>
 a { background-color: #2815D7; }

 a { background-color: rgb(40,21,215); }

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

border-color css

<style>
 span { border-color: #2815D7; }

 span { border-color: rgb(40,21,215); }

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