Shades of Blue #280EFC
Tints of Blue #280EFC
RGB
CMYK
RGB Variations
Color information
#280EFC (or 0x280EFC) is known color: Blue. HEX triplet: 28, 0E and FC. RGB value is (40,14,252). Sum of RGB (Red+Green+Blue) = 40+14+252=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 252 (98.83% from 255 or 82.35% from 306); Max value from RGB is 252 - color contains mainly: blue. Hex color #280EFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #280EFC is #D7F103. Grayscale: #2F2F2F. Windows color (decimal): -14151940 or 16518696. OLE color: 16518696.
HSL color Cylindrical-coordinate representation of color #280EFC: hue angle of 246.55º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280EFC is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 14 | 252 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.01 |
| HSL | 246.55º | 0.98% | 0.52% | - |
| HSV(B) | 246.55º | 0.94% | 0.99% | - |
| XYZ | 18.6 | 7.79 | 92.62 | - |
| YUV | 48.91 | 242.61 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 252 | 0.84 | 0.94 | 0 | 0.01 | 246.55 | 0.98 | 0.52 |
| Hex | 28 | E | FC | 54 | 5E | 0 | 1 | F7 | 62 | 34 |
| Octal | 50 | 16 | 374 | 124 | 136 | 0 | 1 | 367 | 142 | 64 |
| Binary | 101000 | 1110 | 11111100 | 1010100 | 1011110 | 0 | 1 | 11110111 | 1100010 | 110100 |
Color Harmonies of #280EFC
Complementary color
Monochromatic Colors of #280EFC
Black with #280EFC
Text Example
Text Example
White with #280EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280EFC; }
p { color: rgb(40,14,252); }
H1.HeaderClassName
{
color: #280EFC;
}
.AnyTagClassName
{
color: #280EFC;
}
</style>
background-color css
<style>
a { background-color: #280EFC; }
a { background-color: rgb(40,14,252); }
div.DivClassName
{
background-color: #280EFC;
}
.BgClassName
{
background-color: #280EFC;
}
</style>
border-color css
<style>
span { border-color: #280EFC; }
span { border-color: rgb(40,14,252); }
td.TdClassName
{
border-color: #280EFC;
}
.TagClassName
{
border-color: #280EFC;
}
</style>