Shades of Blue #280DF3
Tints of Blue #280DF3
RGB
CMYK
RGB Variations
Color information
#280DF3 (or 0x280DF3) is known color: Blue. HEX triplet: 28, 0D and F3. RGB value is (40,13,243). Sum of RGB (Red+Green+Blue) = 40+13+243=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 243 (95.31% from 255 or 82.09% from 296); Max value from RGB is 243 - color contains mainly: blue. Hex color #280DF3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #280DF3 is #D7F20C. Grayscale: #2E2E2E. Windows color (decimal): -14152205 or 15928616. OLE color: 15928616.
HSL color Cylindrical-coordinate representation of color #280DF3: hue angle of 247.04º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280DF3 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 13 | 243 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.05 |
| HSL | 247.04º | 0.91% | 0.5% | - |
| HSV(B) | 247.04º | 0.95% | 0.95% | - |
| XYZ | 17.2 | 7.21 | 85.28 | - |
| YUV | 47.29 | 238.45 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 243 | 0.84 | 0.95 | 0 | 0.05 | 247.04 | 0.91 | 0.5 |
| Hex | 28 | D | F3 | 54 | 5F | 0 | 5 | F7 | 5B | 32 |
| Octal | 50 | 15 | 363 | 124 | 137 | 0 | 5 | 367 | 133 | 62 |
| Binary | 101000 | 1101 | 11110011 | 1010100 | 1011111 | 0 | 101 | 11110111 | 1011011 | 110010 |
Color Harmonies of #280DF3
Complementary color
Monochromatic Colors of #280DF3
Black with #280DF3
Text Example
Text Example
White with #280DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280DF3; }
p { color: rgb(40,13,243); }
H1.HeaderClassName
{
color: #280DF3;
}
.AnyTagClassName
{
color: #280DF3;
}
</style>
background-color css
<style>
a { background-color: #280DF3; }
a { background-color: rgb(40,13,243); }
div.DivClassName
{
background-color: #280DF3;
}
.BgClassName
{
background-color: #280DF3;
}
</style>
border-color css
<style>
span { border-color: #280DF3; }
span { border-color: rgb(40,13,243); }
td.TdClassName
{
border-color: #280DF3;
}
.TagClassName
{
border-color: #280DF3;
}
</style>