Html Css Color HEX #2015BE Medium Blue

📋 copy color: '#2015BE'

red 32 ◦ green 21 ◦ blue 190

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

Shades of Medium Blue #2015BE

Tints of Medium Blue #2015BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 78.19%

R = 13.17%
G = 8.64%
B = 78.19%

CMYK

 C value IS 0.83

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2015BE (or 0x2015BE) is known color: Medium Blue. HEX triplet: 20, 15 and BE. RGB value is (32,21,190). Sum of RGB (Red+Green+Blue) = 32+21+190=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 190 (74.61% from 255 or 78.19% from 243); Max value from RGB is 190 - color contains mainly: blue. Hex color #2015BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2015BE is #DFEA41. Grayscale: #2A2A2A. Windows color (decimal): -14674498 or 12457248. OLE color: 12457248.

HSL color Cylindrical-coordinate representation of color #2015BE: hue angle of 243.91º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2015BE is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 21 190 -
CMYK 0.83 0.89 0 0.25
HSL 243.91º 0.8% 0.41% -
HSV(B) 243.91º 0.89% 0.75% -
XYZ 10.16 4.56 49.06 -
YUV 43.56 210.64 119.76 -
System Red Green Blue C M Y K H S L
Decimal 32 21 190 0.83 0.89 0 0.25 243.91 0.8 0.41
Hex 20 15 BE 53 59 0 19 F4 50 29
Octal 40 25 276 123 131 0 31 364 120 51
Binary 100000 10101 10111110 1010011 1011001 0 11001 11110100 1010000 101001

Color Harmonies of #2015BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2015BE

Black with #2015BE

Text Example


Text Example

White with #2015BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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