Html Css Color HEX #2815CD Medium Blue

📋 copy color: '#2815CD'

red 40 ◦ green 21 ◦ blue 205

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

Shades of Medium Blue #2815CD

Tints of Medium Blue #2815CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 77.07%

R = 15.04%
G = 7.89%
B = 77.07%

CMYK

 C value IS 0.80

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2815CD (or 0x2815CD) is known color: Medium Blue. HEX triplet: 28, 15 and CD. RGB value is (40,21,205). Sum of RGB (Red+Green+Blue) = 40+21+205=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 205 (80.47% from 255 or 77.07% from 266); Max value from RGB is 205 - color contains mainly: blue. Hex color #2815CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2815CD is #D7EA32. Grayscale: #2E2E2E. Windows color (decimal): -14150195 or 13440296. OLE color: 13440296.

HSL color Cylindrical-coordinate representation of color #2815CD: hue angle of 246.2º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2815CD is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 21 205 -
CMYK 0.80 0.90 0 0.20
HSL 246.2º 0.81% 0.44% -
HSV(B) 246.2º 0.9% 0.8% -
XYZ 12.16 5.4 58.16 -
YUV 47.66 216.79 122.54 -
System Red Green Blue C M Y K H S L
Decimal 40 21 205 0.80 0.90 0 0.20 246.2 0.81 0.44
Hex 28 15 CD 50 5A 0 14 F6 51 2C
Octal 50 25 315 120 132 0 24 366 121 54
Binary 101000 10101 11001101 1010000 1011010 0 10100 11110110 1010001 101100

Color Harmonies of #2815CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2815CD

Black with #2815CD

Text Example


Text Example

White with #2815CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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