Shades of Blue #280CFF
Tints of Blue #280CFF
RGB
CMYK
RGB Variations
Color information
#280CFF (or 0x280CFF) is known color: Blue. HEX triplet: 28, 0C and FF. RGB value is (40,12,255). Sum of RGB (Red+Green+Blue) = 40+12+255=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 255 (100% from 255 or 83.06% from 307); Max value from RGB is 255 - color contains mainly: blue. Hex color #280CFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #280CFF is #D7F300. Grayscale: #2F2F2F. Windows color (decimal): -14152449 or 16714792. OLE color: 16714792.
HSL color Cylindrical-coordinate representation of color #280CFF: hue angle of 246.91º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280CFF is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 12 | 255 | - |
| CMYK | 0.84 | 0.95 | 0 | 0 |
| HSL | 246.91º | 1% | 0.52% | - |
| HSV(B) | 246.91º | 0.95% | 1% | - |
| XYZ | 19.06 | 7.93 | 95.13 | - |
| YUV | 48.07 | 244.78 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 255 | 0.84 | 0.95 | 0 | 0 | 246.91 | 1 | 0.52 |
| Hex | 28 | C | FF | 54 | 5F | 0 | 0 | F7 | 64 | 34 |
| Octal | 50 | 14 | 377 | 124 | 137 | 0 | 0 | 367 | 144 | 64 |
| Binary | 101000 | 1100 | 11111111 | 1010100 | 1011111 | 0 | 0 | 11110111 | 1100100 | 110100 |
Color Harmonies of #280CFF
Complementary color
Monochromatic Colors of #280CFF
Black with #280CFF
Text Example
Text Example
White with #280CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280CFF; }
p { color: rgb(40,12,255); }
H1.HeaderClassName
{
color: #280CFF;
}
.AnyTagClassName
{
color: #280CFF;
}
</style>
background-color css
<style>
a { background-color: #280CFF; }
a { background-color: rgb(40,12,255); }
div.DivClassName
{
background-color: #280CFF;
}
.BgClassName
{
background-color: #280CFF;
}
</style>
border-color css
<style>
span { border-color: #280CFF; }
span { border-color: rgb(40,12,255); }
td.TdClassName
{
border-color: #280CFF;
}
.TagClassName
{
border-color: #280CFF;
}
</style>