Shades of Blue #2806ED
Tints of Blue #2806ED
RGB
CMYK
RGB Variations
Color information
#2806ED (or 0x2806ED) is known color: Blue. HEX triplet: 28, 06 and ED. RGB value is (40,6,237). Sum of RGB (Red+Green+Blue) = 40+6+237=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 237 (92.97% from 255 or 83.75% from 283); Max value from RGB is 237 - color contains mainly: blue. Hex color #2806ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2806ED is #D7F912. Grayscale: #292929. Windows color (decimal): -14154003 or 15533608. OLE color: 15533608.
HSL color Cylindrical-coordinate representation of color #2806ED: hue angle of 248.83º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2806ED is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 6 | 237 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.07 |
| HSL | 248.83º | 0.95% | 0.48% | - |
| HSV(B) | 248.83º | 0.97% | 0.93% | - |
| XYZ | 16.23 | 6.7 | 80.56 | - |
| YUV | 42.5 | 237.76 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 237 | 0.83 | 0.97 | 0 | 0.07 | 248.83 | 0.95 | 0.48 |
| Hex | 28 | 6 | ED | 53 | 61 | 0 | 7 | F9 | 5F | 30 |
| Octal | 50 | 6 | 355 | 123 | 141 | 0 | 7 | 371 | 137 | 60 |
| Binary | 101000 | 110 | 11101101 | 1010011 | 1100001 | 0 | 111 | 11111001 | 1011111 | 110000 |
Color Harmonies of #2806ED
Complementary color
Monochromatic Colors of #2806ED
Black with #2806ED
Text Example
Text Example
White with #2806ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2806ED; }
p { color: rgb(40,6,237); }
H1.HeaderClassName
{
color: #2806ED;
}
.AnyTagClassName
{
color: #2806ED;
}
</style>
background-color css
<style>
a { background-color: #2806ED; }
a { background-color: rgb(40,6,237); }
div.DivClassName
{
background-color: #2806ED;
}
.BgClassName
{
background-color: #2806ED;
}
</style>
border-color css
<style>
span { border-color: #2806ED; }
span { border-color: rgb(40,6,237); }
td.TdClassName
{
border-color: #2806ED;
}
.TagClassName
{
border-color: #2806ED;
}
</style>