Shades of Medium Blue #2813BF
Tints of Medium Blue #2813BF
RGB
CMYK
RGB Variations
Color information
#2813BF (or 0x2813BF) is known color: Medium Blue. HEX triplet: 28, 13 and BF. RGB value is (40,19,191). Sum of RGB (Red+Green+Blue) = 40+19+191=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 191 (75% from 255 or 76.4% from 250); Max value from RGB is 191 - color contains mainly: blue. Hex color #2813BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2813BF is #D7EC40. Grayscale: #2C2C2C. Windows color (decimal): -14150721 or 12522280. OLE color: 12522280.
HSL color Cylindrical-coordinate representation of color #2813BF: hue angle of 247.33º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2813BF is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 19 | 191 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.25 |
| HSL | 247.33º | 0.82% | 0.41% | - |
| HSV(B) | 247.33º | 0.9% | 0.75% | - |
| XYZ | 10.51 | 4.68 | 49.64 | - |
| YUV | 44.89 | 210.46 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 19 | 191 | 0.79 | 0.90 | 0 | 0.25 | 247.33 | 0.82 | 0.41 |
| Hex | 28 | 13 | BF | 4F | 5A | 0 | 19 | F7 | 52 | 29 |
| Octal | 50 | 23 | 277 | 117 | 132 | 0 | 31 | 367 | 122 | 51 |
| Binary | 101000 | 10011 | 10111111 | 1001111 | 1011010 | 0 | 11001 | 11110111 | 1010010 | 101001 |
Color Harmonies of #2813BF
Complementary color
Monochromatic Colors of #2813BF
Black with #2813BF
Text Example
Text Example
White with #2813BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2813BF; }
p { color: rgb(40,19,191); }
H1.HeaderClassName
{
color: #2813BF;
}
.AnyTagClassName
{
color: #2813BF;
}
</style>
background-color css
<style>
a { background-color: #2813BF; }
a { background-color: rgb(40,19,191); }
div.DivClassName
{
background-color: #2813BF;
}
.BgClassName
{
background-color: #2813BF;
}
</style>
border-color css
<style>
span { border-color: #2813BF; }
span { border-color: rgb(40,19,191); }
td.TdClassName
{
border-color: #2813BF;
}
.TagClassName
{
border-color: #2813BF;
}
</style>