Html Css Color HEX #2015D7 Medium Blue

📋 copy color: '#2015D7'

red 32 ◦ green 21 ◦ blue 215

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

Shades of Medium Blue #2015D7

Tints of Medium Blue #2015D7

RGB

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

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

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

R = 11.94%
G = 7.84%
B = 80.22%

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

#2015D7 (or 0x2015D7) is known color: Medium Blue. HEX triplet: 20, 15 and D7. RGB value is (32,21,215). Sum of RGB (Red+Green+Blue) = 32+21+215=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 215 (84.38% from 255 or 80.22% from 268); Max value from RGB is 215 - color contains mainly: blue. Hex color #2015D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2015D7 is #DFEA28. Grayscale: #2D2D2D. Windows color (decimal): -14674473 or 14095648. OLE color: 14095648.

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

Color convert

RGB 32 21 215 -
CMYK 0.85 0.90 0 0.16
HSL 243.4º 0.82% 0.46% -
HSV(B) 243.4º 0.9% 0.84% -
XYZ 13.13 5.75 64.71 -
YUV 46.41 223.14 117.73 -
System Red Green Blue C M Y K H S L
Decimal 32 21 215 0.85 0.90 0 0.16 243.4 0.82 0.46
Hex 20 15 D7 55 5A 0 10 F3 52 2E
Octal 40 25 327 125 132 0 20 363 122 56
Binary 100000 10101 11010111 1010101 1011010 0 10000 11110011 1010010 101110

Color Harmonies of #2015D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2015D7

Black with #2015D7

Text Example


Text Example

White with #2015D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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