Shades of Blue #280BF5
Tints of Blue #280BF5
RGB
CMYK
RGB Variations
Color information
#280BF5 (or 0x280BF5) is known color: Blue. HEX triplet: 28, 0B and F5. RGB value is (40,11,245). Sum of RGB (Red+Green+Blue) = 40+11+245=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 245 (96.09% from 255 or 82.77% from 296); Max value from RGB is 245 - color contains mainly: blue. Hex color #280BF5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #280BF5 is #D7F40A. Grayscale: #2D2D2D. Windows color (decimal): -14152715 or 16059176. OLE color: 16059176.
HSL color Cylindrical-coordinate representation of color #280BF5: hue angle of 247.44º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #280BF5 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 11 | 245 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.04 |
| HSL | 247.44º | 0.92% | 0.5% | - |
| HSV(B) | 247.44º | 0.96% | 0.96% | - |
| XYZ | 17.48 | 7.28 | 86.87 | - |
| YUV | 46.35 | 240.11 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 245 | 0.84 | 0.96 | 0 | 0.04 | 247.44 | 0.92 | 0.5 |
| Hex | 28 | B | F5 | 54 | 60 | 0 | 4 | F7 | 5C | 32 |
| Octal | 50 | 13 | 365 | 124 | 140 | 0 | 4 | 367 | 134 | 62 |
| Binary | 101000 | 1011 | 11110101 | 1010100 | 1100000 | 0 | 100 | 11110111 | 1011100 | 110010 |
Color Harmonies of #280BF5
Complementary color
Monochromatic Colors of #280BF5
Black with #280BF5
Text Example
Text Example
White with #280BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280BF5; }
p { color: rgb(40,11,245); }
H1.HeaderClassName
{
color: #280BF5;
}
.AnyTagClassName
{
color: #280BF5;
}
</style>
background-color css
<style>
a { background-color: #280BF5; }
a { background-color: rgb(40,11,245); }
div.DivClassName
{
background-color: #280BF5;
}
.BgClassName
{
background-color: #280BF5;
}
</style>
border-color css
<style>
span { border-color: #280BF5; }
span { border-color: rgb(40,11,245); }
td.TdClassName
{
border-color: #280BF5;
}
.TagClassName
{
border-color: #280BF5;
}
</style>