Shades of Blue #2809F0
Tints of Blue #2809F0
RGB
CMYK
RGB Variations
Color information
#2809F0 (or 0x2809F0) is known color: Blue. HEX triplet: 28, 09 and F0. RGB value is (40,9,240). Sum of RGB (Red+Green+Blue) = 40+9+240=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 240 (94.14% from 255 or 83.04% from 289); Max value from RGB is 240 - color contains mainly: blue. Hex color #2809F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2809F0 is #D7F60F. Grayscale: #2B2B2B. Windows color (decimal): -14153232 or 15730984. OLE color: 15730984.
HSL color Cylindrical-coordinate representation of color #2809F0: hue angle of 248.05º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2809F0 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 9 | 240 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.06 |
| HSL | 248.05º | 0.93% | 0.49% | - |
| HSV(B) | 248.05º | 0.96% | 0.94% | - |
| XYZ | 16.7 | 6.94 | 82.9 | - |
| YUV | 44.6 | 238.27 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 9 | 240 | 0.83 | 0.96 | 0 | 0.06 | 248.05 | 0.93 | 0.49 |
| Hex | 28 | 9 | F0 | 53 | 60 | 0 | 6 | F8 | 5D | 31 |
| Octal | 50 | 11 | 360 | 123 | 140 | 0 | 6 | 370 | 135 | 61 |
| Binary | 101000 | 1001 | 11110000 | 1010011 | 1100000 | 0 | 110 | 11111000 | 1011101 | 110001 |
Color Harmonies of #2809F0
Complementary color
Monochromatic Colors of #2809F0
Black with #2809F0
Text Example
Text Example
White with #2809F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2809F0; }
p { color: rgb(40,9,240); }
H1.HeaderClassName
{
color: #2809F0;
}
.AnyTagClassName
{
color: #2809F0;
}
</style>
background-color css
<style>
a { background-color: #2809F0; }
a { background-color: rgb(40,9,240); }
div.DivClassName
{
background-color: #2809F0;
}
.BgClassName
{
background-color: #2809F0;
}
</style>
border-color css
<style>
span { border-color: #2809F0; }
span { border-color: rgb(40,9,240); }
td.TdClassName
{
border-color: #2809F0;
}
.TagClassName
{
border-color: #2809F0;
}
</style>