Shades of Blue #280AFE
Tints of Blue #280AFE
RGB
CMYK
RGB Variations
Color information
#280AFE (or 0x280AFE) is known color: Blue. HEX triplet: 28, 0A and FE. RGB value is (40,10,254). Sum of RGB (Red+Green+Blue) = 40+10+254=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 254 (99.61% from 255 or 83.55% from 304); Max value from RGB is 254 - color contains mainly: blue. Hex color #280AFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #280AFE is #D7F501. Grayscale: #2D2D2D. Windows color (decimal): -14152962 or 16648744. OLE color: 16648744.
HSL color Cylindrical-coordinate representation of color #280AFE: hue angle of 247.38º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #280AFE is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 10 | 254 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.00 |
| HSL | 247.38º | 0.99% | 0.52% | - |
| HSV(B) | 247.38º | 0.96% | 1% | - |
| XYZ | 18.87 | 7.82 | 94.28 | - |
| YUV | 46.79 | 244.94 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 254 | 0.84 | 0.96 | 0 | 0.00 | 247.38 | 0.99 | 0.52 |
| Hex | 28 | A | FE | 54 | 60 | 0 | 0 | F7 | 63 | 34 |
| Octal | 50 | 12 | 376 | 124 | 140 | 0 | 0 | 367 | 143 | 64 |
| Binary | 101000 | 1010 | 11111110 | 1010100 | 1100000 | 0 | 0 | 11110111 | 1100011 | 110100 |
Color Harmonies of #280AFE
Complementary color
Monochromatic Colors of #280AFE
Black with #280AFE
Text Example
Text Example
White with #280AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280AFE; }
p { color: rgb(40,10,254); }
H1.HeaderClassName
{
color: #280AFE;
}
.AnyTagClassName
{
color: #280AFE;
}
</style>
background-color css
<style>
a { background-color: #280AFE; }
a { background-color: rgb(40,10,254); }
div.DivClassName
{
background-color: #280AFE;
}
.BgClassName
{
background-color: #280AFE;
}
</style>
border-color css
<style>
span { border-color: #280AFE; }
span { border-color: rgb(40,10,254); }
td.TdClassName
{
border-color: #280AFE;
}
.TagClassName
{
border-color: #280AFE;
}
</style>