Shades of Blue #2805F1
Tints of Blue #2805F1
RGB
CMYK
RGB Variations
Color information
#2805F1 (or 0x2805F1) is known color: Blue. HEX triplet: 28, 05 and F1. RGB value is (40,5,241). Sum of RGB (Red+Green+Blue) = 40+5+241=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 241 (94.53% from 255 or 84.27% from 286); Max value from RGB is 241 - color contains mainly: blue. Hex color #2805F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2805F1 is #D7FA0E. Grayscale: #292929. Windows color (decimal): -14154255 or 15795496. OLE color: 15795496.
HSL color Cylindrical-coordinate representation of color #2805F1: hue angle of 248.9º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2805F1 is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 5 | 241 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.05 |
| HSL | 248.9º | 0.96% | 0.48% | - |
| HSV(B) | 248.9º | 0.98% | 0.95% | - |
| XYZ | 16.81 | 6.91 | 83.67 | - |
| YUV | 42.37 | 240.1 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 241 | 0.83 | 0.98 | 0 | 0.05 | 248.9 | 0.96 | 0.48 |
| Hex | 28 | 5 | F1 | 53 | 62 | 0 | 5 | F9 | 60 | 30 |
| Octal | 50 | 5 | 361 | 123 | 142 | 0 | 5 | 371 | 140 | 60 |
| Binary | 101000 | 101 | 11110001 | 1010011 | 1100010 | 0 | 101 | 11111001 | 1100000 | 110000 |
Color Harmonies of #2805F1
Complementary color
Monochromatic Colors of #2805F1
Black with #2805F1
Text Example
Text Example
White with #2805F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2805F1; }
p { color: rgb(40,5,241); }
H1.HeaderClassName
{
color: #2805F1;
}
.AnyTagClassName
{
color: #2805F1;
}
</style>
background-color css
<style>
a { background-color: #2805F1; }
a { background-color: rgb(40,5,241); }
div.DivClassName
{
background-color: #2805F1;
}
.BgClassName
{
background-color: #2805F1;
}
</style>
border-color css
<style>
span { border-color: #2805F1; }
span { border-color: rgb(40,5,241); }
td.TdClassName
{
border-color: #2805F1;
}
.TagClassName
{
border-color: #2805F1;
}
</style>