Shades of Blue #280EFF
Tints of Blue #280EFF
RGB
CMYK
RGB Variations
Color information
#280EFF (or 0x280EFF) is known color: Blue. HEX triplet: 28, 0E and FF. RGB value is (40,14,255). Sum of RGB (Red+Green+Blue) = 40+14+255=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 255 (100% from 255 or 82.52% from 309); Max value from RGB is 255 - color contains mainly: blue. Hex color #280EFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #280EFF is #D7F100. Grayscale: #303030. Windows color (decimal): -14151937 or 16715304. OLE color: 16715304.
HSL color Cylindrical-coordinate representation of color #280EFF: hue angle of 246.47º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280EFF is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 14 | 255 | - |
| CMYK | 0.84 | 0.95 | 0 | 0 |
| HSL | 246.47º | 1% | 0.53% | - |
| HSV(B) | 246.47º | 0.95% | 1% | - |
| XYZ | 19.08 | 7.99 | 95.14 | - |
| YUV | 49.25 | 244.11 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 255 | 0.84 | 0.95 | 0 | 0 | 246.47 | 1 | 0.53 |
| Hex | 28 | E | FF | 54 | 5F | 0 | 0 | F6 | 64 | 35 |
| Octal | 50 | 16 | 377 | 124 | 137 | 0 | 0 | 366 | 144 | 65 |
| Binary | 101000 | 1110 | 11111111 | 1010100 | 1011111 | 0 | 0 | 11110110 | 1100100 | 110101 |
Color Harmonies of #280EFF
Complementary color
Monochromatic Colors of #280EFF
Black with #280EFF
Text Example
Text Example
White with #280EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280EFF; }
p { color: rgb(40,14,255); }
H1.HeaderClassName
{
color: #280EFF;
}
.AnyTagClassName
{
color: #280EFF;
}
</style>
background-color css
<style>
a { background-color: #280EFF; }
a { background-color: rgb(40,14,255); }
div.DivClassName
{
background-color: #280EFF;
}
.BgClassName
{
background-color: #280EFF;
}
</style>
border-color css
<style>
span { border-color: #280EFF; }
span { border-color: rgb(40,14,255); }
td.TdClassName
{
border-color: #280EFF;
}
.TagClassName
{
border-color: #280EFF;
}
</style>