Html Css Color HEX #2515CD Medium Blue

📋 copy color: '#2515CD'

red 37 ◦ green 21 ◦ blue 205

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

Shades of Medium Blue #2515CD

Tints of Medium Blue #2515CD

RGB

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

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

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

R = 14.07%
G = 7.98%
B = 77.95%

CMYK

 C value IS 0.82

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2515CD (or 0x2515CD) is known color: Medium Blue. HEX triplet: 25, 15 and CD. RGB value is (37,21,205). Sum of RGB (Red+Green+Blue) = 37+21+205=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 205 (80.47% from 255 or 77.95% from 263); Max value from RGB is 205 - color contains mainly: blue. Hex color #2515CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2515CD is #DAEA32. Grayscale: #2E2E2E. Windows color (decimal): -14346803 or 13440293. OLE color: 13440293.

HSL color Cylindrical-coordinate representation of color #2515CD: hue angle of 245.22º 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 #2515CD is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 21 205 -
CMYK 0.82 0.90 0 0.20
HSL 245.22º 0.81% 0.44% -
HSV(B) 245.22º 0.9% 0.8% -
XYZ 12.05 5.34 58.15 -
YUV 46.76 217.3 121.04 -
System Red Green Blue C M Y K H S L
Decimal 37 21 205 0.82 0.90 0 0.20 245.22 0.81 0.44
Hex 25 15 CD 52 5A 0 14 F5 51 2C
Octal 45 25 315 122 132 0 24 365 121 54
Binary 100101 10101 11001101 1010010 1011010 0 10100 11110101 1010001 101100

Color Harmonies of #2515CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2515CD

Black with #2515CD

Text Example


Text Example

White with #2515CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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