Shades of Medium Blue #2B06CF
Tints of Medium Blue #2B06CF
RGB
CMYK
RGB Variations
Color information
#2B06CF (or 0x2B06CF) is known color: Medium Blue. HEX triplet: 2B, 06 and CF. RGB value is (43,6,207). Sum of RGB (Red+Green+Blue) = 43+6+207=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 207 (81.25% from 255 or 80.86% from 256); Max value from RGB is 207 - color contains mainly: blue. Hex color #2B06CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B06CF is #D4F930. Grayscale: #272727. Windows color (decimal): -13957425 or 13567531. OLE color: 13567531.
HSL color Cylindrical-coordinate representation of color #2B06CF: hue angle of 251.04º 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 #2B06CF is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 6 | 207 | - |
| CMYK | 0.79 | 0.97 | 0 | 0.19 |
| HSL | 251.04º | 0.94% | 0.42% | - |
| HSV(B) | 251.04º | 0.97% | 0.81% | - |
| XYZ | 12.32 | 5.15 | 59.38 | - |
| YUV | 39.98 | 222.26 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 6 | 207 | 0.79 | 0.97 | 0 | 0.19 | 251.04 | 0.94 | 0.42 |
| Hex | 2B | 6 | CF | 4F | 61 | 0 | 13 | FB | 5E | 2A |
| Octal | 53 | 6 | 317 | 117 | 141 | 0 | 23 | 373 | 136 | 52 |
| Binary | 101011 | 110 | 11001111 | 1001111 | 1100001 | 0 | 10011 | 11111011 | 1011110 | 101010 |
Color Harmonies of #2B06CF
Complementary color
Monochromatic Colors of #2B06CF
Black with #2B06CF
Text Example
Text Example
White with #2B06CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B06CF; }
p { color: rgb(43,6,207); }
H1.HeaderClassName
{
color: #2B06CF;
}
.AnyTagClassName
{
color: #2B06CF;
}
</style>
background-color css
<style>
a { background-color: #2B06CF; }
a { background-color: rgb(43,6,207); }
div.DivClassName
{
background-color: #2B06CF;
}
.BgClassName
{
background-color: #2B06CF;
}
</style>
border-color css
<style>
span { border-color: #2B06CF; }
span { border-color: rgb(43,6,207); }
td.TdClassName
{
border-color: #2B06CF;
}
.TagClassName
{
border-color: #2B06CF;
}
</style>