Shades of Blue #280BFF
Tints of Blue #280BFF
RGB
CMYK
RGB Variations
Color information
#280BFF (or 0x280BFF) is known color: Blue. HEX triplet: 28, 0B and FF. RGB value is (40,11,255). Sum of RGB (Red+Green+Blue) = 40+11+255=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 11 (4.69% from 255 or 3.59% from 306); Blue value is 255 (100% from 255 or 83.33% from 306); Max value from RGB is 255 - color contains mainly: blue. Hex color #280BFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #280BFF is #D7F400. Grayscale: #2E2E2E. Windows color (decimal): -14152705 or 16714536. OLE color: 16714536.
HSL color Cylindrical-coordinate representation of color #280BFF: hue angle of 247.13º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #280BFF is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 11 | 255 | - |
| CMYK | 0.84 | 0.96 | 0 | 0 |
| HSL | 247.13º | 1% | 0.52% | - |
| HSV(B) | 247.13º | 0.96% | 1% | - |
| XYZ | 19.04 | 7.91 | 95.13 | - |
| YUV | 47.49 | 245.11 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 255 | 0.84 | 0.96 | 0 | 0 | 247.13 | 1 | 0.52 |
| Hex | 28 | B | FF | 54 | 60 | 0 | 0 | F7 | 64 | 34 |
| Octal | 50 | 13 | 377 | 124 | 140 | 0 | 0 | 367 | 144 | 64 |
| Binary | 101000 | 1011 | 11111111 | 1010100 | 1100000 | 0 | 0 | 11110111 | 1100100 | 110100 |
Color Harmonies of #280BFF
Complementary color
Monochromatic Colors of #280BFF
Black with #280BFF
Text Example
Text Example
White with #280BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280BFF; }
p { color: rgb(40,11,255); }
H1.HeaderClassName
{
color: #280BFF;
}
.AnyTagClassName
{
color: #280BFF;
}
</style>
background-color css
<style>
a { background-color: #280BFF; }
a { background-color: rgb(40,11,255); }
div.DivClassName
{
background-color: #280BFF;
}
.BgClassName
{
background-color: #280BFF;
}
</style>
border-color css
<style>
span { border-color: #280BFF; }
span { border-color: rgb(40,11,255); }
td.TdClassName
{
border-color: #280BFF;
}
.TagClassName
{
border-color: #280BFF;
}
</style>