Html Css Color HEX #2015D5 Medium Blue

📋 copy color: '#2015D5'

red 32 ◦ green 21 ◦ blue 213

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

Shades of Medium Blue #2015D5

Tints of Medium Blue #2015D5

RGB

 RED value IS 32 (12.89% from 255) = 12.03%

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

 BLUE value IS 213 (83.59% from 255) = 80.08%

R = 12.03%
G = 7.89%
B = 80.08%

CMYK

 C value IS 0.85

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2015D5 (or 0x2015D5) is known color: Medium Blue. HEX triplet: 20, 15 and D5. RGB value is (32,21,213). Sum of RGB (Red+Green+Blue) = 32+21+213=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 213 (83.59% from 255 or 80.08% from 266); Max value from RGB is 213 - color contains mainly: blue. Hex color #2015D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2015D5 is #DFEA2A. Grayscale: #2D2D2D. Windows color (decimal): -14674475 or 13964576. OLE color: 13964576.

HSL color Cylindrical-coordinate representation of color #2015D5: hue angle of 243.44º 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 #2015D5 is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 32 21 213 -
CMYK 0.85 0.90 0 0.16
HSL 243.44º 0.82% 0.46% -
HSV(B) 243.44º 0.9% 0.84% -
XYZ 12.87 5.65 63.36 -
YUV 46.18 222.14 117.89 -
System Red Green Blue C M Y K H S L
Decimal 32 21 213 0.85 0.90 0 0.16 243.44 0.82 0.46
Hex 20 15 D5 55 5A 0 10 F3 52 2E
Octal 40 25 325 125 132 0 20 363 122 56
Binary 100000 10101 11010101 1010101 1011010 0 10000 11110011 1010010 101110

Color Harmonies of #2015D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2015D5

Black with #2015D5

Text Example


Text Example

White with #2015D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2015D5; }

 p { color: rgb(32,21,213); }

 H1.HeaderClassName
 {
   color: #2015D5;
 }
 .AnyTagClassName
 {
   color: #2015D5;
 }
</style>

background-color css

<style>
 a { background-color: #2015D5; }

 a { background-color: rgb(32,21,213); }

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

border-color css

<style>
 span { border-color: #2015D5; }

 span { border-color: rgb(32,21,213); }

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