Shades of Blue #280BFA
Tints of Blue #280BFA
RGB
CMYK
RGB Variations
Color information
#280BFA (or 0x280BFA) is known color: Blue. HEX triplet: 28, 0B and FA. RGB value is (40,11,250). Sum of RGB (Red+Green+Blue) = 40+11+250=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 250 (98.05% from 255 or 83.06% from 301); Max value from RGB is 250 - color contains mainly: blue. Hex color #280BFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #280BFA is #D7F405. Grayscale: #2D2D2D. Windows color (decimal): -14152710 or 16386856. OLE color: 16386856.
HSL color Cylindrical-coordinate representation of color #280BFA: hue angle of 247.28º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #280BFA is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 11 | 250 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.02 |
| HSL | 247.28º | 0.96% | 0.51% | - |
| HSV(B) | 247.28º | 0.96% | 0.98% | - |
| XYZ | 18.25 | 7.59 | 90.95 | - |
| YUV | 46.92 | 242.61 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 250 | 0.84 | 0.96 | 0 | 0.02 | 247.28 | 0.96 | 0.51 |
| Hex | 28 | B | FA | 54 | 60 | 0 | 2 | F7 | 60 | 33 |
| Octal | 50 | 13 | 372 | 124 | 140 | 0 | 2 | 367 | 140 | 63 |
| Binary | 101000 | 1011 | 11111010 | 1010100 | 1100000 | 0 | 10 | 11110111 | 1100000 | 110011 |
Color Harmonies of #280BFA
Complementary color
Monochromatic Colors of #280BFA
Black with #280BFA
Text Example
Text Example
White with #280BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280BFA; }
p { color: rgb(40,11,250); }
H1.HeaderClassName
{
color: #280BFA;
}
.AnyTagClassName
{
color: #280BFA;
}
</style>
background-color css
<style>
a { background-color: #280BFA; }
a { background-color: rgb(40,11,250); }
div.DivClassName
{
background-color: #280BFA;
}
.BgClassName
{
background-color: #280BFA;
}
</style>
border-color css
<style>
span { border-color: #280BFA; }
span { border-color: rgb(40,11,250); }
td.TdClassName
{
border-color: #280BFA;
}
.TagClassName
{
border-color: #280BFA;
}
</style>