Shades of Blue #280FFA
Tints of Blue #280FFA
RGB
CMYK
RGB Variations
Color information
#280FFA (or 0x280FFA) is known color: Blue. HEX triplet: 28, 0F and FA. RGB value is (40,15,250). Sum of RGB (Red+Green+Blue) = 40+15+250=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 250 (98.05% from 255 or 81.97% from 305); Max value from RGB is 250 - color contains mainly: blue. Hex color #280FFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #280FFA is #D7F005. Grayscale: #303030. Windows color (decimal): -14151686 or 16387880. OLE color: 16387880.
HSL color Cylindrical-coordinate representation of color #280FFA: hue angle of 246.38º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280FFA is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 15 | 250 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.02 |
| HSL | 246.38º | 0.96% | 0.52% | - |
| HSV(B) | 246.38º | 0.94% | 0.98% | - |
| XYZ | 18.3 | 7.69 | 90.96 | - |
| YUV | 49.27 | 241.28 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 15 | 250 | 0.84 | 0.94 | 0 | 0.02 | 246.38 | 0.96 | 0.52 |
| Hex | 28 | F | FA | 54 | 5E | 0 | 2 | F6 | 60 | 34 |
| Octal | 50 | 17 | 372 | 124 | 136 | 0 | 2 | 366 | 140 | 64 |
| Binary | 101000 | 1111 | 11111010 | 1010100 | 1011110 | 0 | 10 | 11110110 | 1100000 | 110100 |
Color Harmonies of #280FFA
Complementary color
Monochromatic Colors of #280FFA
Black with #280FFA
Text Example
Text Example
White with #280FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280FFA; }
p { color: rgb(40,15,250); }
H1.HeaderClassName
{
color: #280FFA;
}
.AnyTagClassName
{
color: #280FFA;
}
</style>
background-color css
<style>
a { background-color: #280FFA; }
a { background-color: rgb(40,15,250); }
div.DivClassName
{
background-color: #280FFA;
}
.BgClassName
{
background-color: #280FFA;
}
</style>
border-color css
<style>
span { border-color: #280FFA; }
span { border-color: rgb(40,15,250); }
td.TdClassName
{
border-color: #280FFA;
}
.TagClassName
{
border-color: #280FFA;
}
</style>