Shades of Medium Blue #2806CF
Tints of Medium Blue #2806CF
RGB
CMYK
RGB Variations
Color information
#2806CF (or 0x2806CF) is known color: Medium Blue. HEX triplet: 28, 06 and CF. RGB value is (40,6,207). Sum of RGB (Red+Green+Blue) = 40+6+207=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 207 (81.25% from 255 or 81.82% from 253); Max value from RGB is 207 - color contains mainly: blue. Hex color #2806CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2806CF is #D7F930. Grayscale: #262626. Windows color (decimal): -14154033 or 13567528. OLE color: 13567528.
HSL color Cylindrical-coordinate representation of color #2806CF: hue angle of 250.15º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2806CF is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 6 | 207 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.19 |
| HSL | 250.15º | 0.94% | 0.42% | - |
| HSV(B) | 250.15º | 0.97% | 0.81% | - |
| XYZ | 12.2 | 5.09 | 59.37 | - |
| YUV | 39.08 | 222.76 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 207 | 0.81 | 0.97 | 0 | 0.19 | 250.15 | 0.94 | 0.42 |
| Hex | 28 | 6 | CF | 51 | 61 | 0 | 13 | FA | 5E | 2A |
| Octal | 50 | 6 | 317 | 121 | 141 | 0 | 23 | 372 | 136 | 52 |
| Binary | 101000 | 110 | 11001111 | 1010001 | 1100001 | 0 | 10011 | 11111010 | 1011110 | 101010 |
Color Harmonies of #2806CF
Complementary color
Monochromatic Colors of #2806CF
Black with #2806CF
Text Example
Text Example
White with #2806CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2806CF; }
p { color: rgb(40,6,207); }
H1.HeaderClassName
{
color: #2806CF;
}
.AnyTagClassName
{
color: #2806CF;
}
</style>
background-color css
<style>
a { background-color: #2806CF; }
a { background-color: rgb(40,6,207); }
div.DivClassName
{
background-color: #2806CF;
}
.BgClassName
{
background-color: #2806CF;
}
</style>
border-color css
<style>
span { border-color: #2806CF; }
span { border-color: rgb(40,6,207); }
td.TdClassName
{
border-color: #2806CF;
}
.TagClassName
{
border-color: #2806CF;
}
</style>