Shades of Medium Blue #2812BF
Tints of Medium Blue #2812BF
RGB
CMYK
RGB Variations
Color information
#2812BF (or 0x2812BF) is known color: Medium Blue. HEX triplet: 28, 12 and BF. RGB value is (40,18,191). Sum of RGB (Red+Green+Blue) = 40+18+191=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 191 (75% from 255 or 76.71% from 249); Max value from RGB is 191 - color contains mainly: blue. Hex color #2812BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2812BF is #D7ED40. Grayscale: #2B2B2B. Windows color (decimal): -14150977 or 12522024. OLE color: 12522024.
HSL color Cylindrical-coordinate representation of color #2812BF: hue angle of 247.63º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2812BF is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 18 | 191 | - |
| CMYK | 0.79 | 0.91 | 0 | 0.25 |
| HSL | 247.63º | 0.83% | 0.41% | - |
| HSV(B) | 247.63º | 0.91% | 0.75% | - |
| XYZ | 10.5 | 4.65 | 49.63 | - |
| YUV | 44.3 | 210.79 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 18 | 191 | 0.79 | 0.91 | 0 | 0.25 | 247.63 | 0.83 | 0.41 |
| Hex | 28 | 12 | BF | 4F | 5B | 0 | 19 | F8 | 53 | 29 |
| Octal | 50 | 22 | 277 | 117 | 133 | 0 | 31 | 370 | 123 | 51 |
| Binary | 101000 | 10010 | 10111111 | 1001111 | 1011011 | 0 | 11001 | 11111000 | 1010011 | 101001 |
Color Harmonies of #2812BF
Complementary color
Monochromatic Colors of #2812BF
Black with #2812BF
Text Example
Text Example
White with #2812BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2812BF; }
p { color: rgb(40,18,191); }
H1.HeaderClassName
{
color: #2812BF;
}
.AnyTagClassName
{
color: #2812BF;
}
</style>
background-color css
<style>
a { background-color: #2812BF; }
a { background-color: rgb(40,18,191); }
div.DivClassName
{
background-color: #2812BF;
}
.BgClassName
{
background-color: #2812BF;
}
</style>
border-color css
<style>
span { border-color: #2812BF; }
span { border-color: rgb(40,18,191); }
td.TdClassName
{
border-color: #2812BF;
}
.TagClassName
{
border-color: #2812BF;
}
</style>