Shades of Blue #280EFB
Tints of Blue #280EFB
RGB
CMYK
RGB Variations
Color information
#280EFB (or 0x280EFB) is known color: Blue. HEX triplet: 28, 0E and FB. RGB value is (40,14,251). Sum of RGB (Red+Green+Blue) = 40+14+251=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 251 (98.44% from 255 or 82.30% from 305); Max value from RGB is 251 - color contains mainly: blue. Hex color #280EFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #280EFB is #D7F104. Grayscale: #2F2F2F. Windows color (decimal): -14151941 or 16453160. OLE color: 16453160.
HSL color Cylindrical-coordinate representation of color #280EFB: hue angle of 246.58º degrees, saturation: 0.97, 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 #280EFB is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 14 | 251 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.02 |
| HSL | 246.58º | 0.97% | 0.52% | - |
| HSV(B) | 246.58º | 0.94% | 0.98% | - |
| XYZ | 18.44 | 7.73 | 91.79 | - |
| YUV | 48.79 | 242.11 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 251 | 0.84 | 0.94 | 0 | 0.02 | 246.58 | 0.97 | 0.52 |
| Hex | 28 | E | FB | 54 | 5E | 0 | 2 | F7 | 61 | 34 |
| Octal | 50 | 16 | 373 | 124 | 136 | 0 | 2 | 367 | 141 | 64 |
| Binary | 101000 | 1110 | 11111011 | 1010100 | 1011110 | 0 | 10 | 11110111 | 1100001 | 110100 |
Color Harmonies of #280EFB
Complementary color
Monochromatic Colors of #280EFB
Black with #280EFB
Text Example
Text Example
White with #280EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280EFB; }
p { color: rgb(40,14,251); }
H1.HeaderClassName
{
color: #280EFB;
}
.AnyTagClassName
{
color: #280EFB;
}
</style>
background-color css
<style>
a { background-color: #280EFB; }
a { background-color: rgb(40,14,251); }
div.DivClassName
{
background-color: #280EFB;
}
.BgClassName
{
background-color: #280EFB;
}
</style>
border-color css
<style>
span { border-color: #280EFB; }
span { border-color: rgb(40,14,251); }
td.TdClassName
{
border-color: #280EFB;
}
.TagClassName
{
border-color: #280EFB;
}
</style>