Shades of Medium Blue #2801D7
Tints of Medium Blue #2801D7
RGB
CMYK
RGB Variations
Color information
#2801D7 (or 0x2801D7) is known color: Medium Blue. HEX triplet: 28, 01 and D7. RGB value is (40,1,215). Sum of RGB (Red+Green+Blue) = 40+1+215=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 215 (84.38% from 255 or 83.98% from 256); Max value from RGB is 215 - color contains mainly: blue. Hex color #2801D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2801D7 is #D7FE28. Grayscale: #242424. Windows color (decimal): -14155305 or 14090536. OLE color: 14090536.
HSL color Cylindrical-coordinate representation of color #2801D7: hue angle of 250.93º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2801D7 is Cyan = 0.81, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 1 | 215 | - |
| CMYK | 0.81 | 1.00 | 0 | 0.16 |
| HSL | 250.93º | 0.99% | 0.42% | - |
| HSV(B) | 250.93º | 1% | 0.84% | - |
| XYZ | 13.15 | 5.38 | 64.64 | - |
| YUV | 37.06 | 228.42 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 215 | 0.81 | 1.00 | 0 | 0.16 | 250.93 | 0.99 | 0.42 |
| Hex | 28 | 1 | D7 | 51 | 64 | 0 | 10 | FB | 63 | 2A |
| Octal | 50 | 1 | 327 | 121 | 144 | 0 | 20 | 373 | 143 | 52 |
| Binary | 101000 | 1 | 11010111 | 1010001 | 1100100 | 0 | 10000 | 11111011 | 1100011 | 101010 |
Color Harmonies of #2801D7
Complementary color
Monochromatic Colors of #2801D7
Black with #2801D7
Text Example
Text Example
White with #2801D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2801D7; }
p { color: rgb(40,1,215); }
H1.HeaderClassName
{
color: #2801D7;
}
.AnyTagClassName
{
color: #2801D7;
}
</style>
background-color css
<style>
a { background-color: #2801D7; }
a { background-color: rgb(40,1,215); }
div.DivClassName
{
background-color: #2801D7;
}
.BgClassName
{
background-color: #2801D7;
}
</style>
border-color css
<style>
span { border-color: #2801D7; }
span { border-color: rgb(40,1,215); }
td.TdClassName
{
border-color: #2801D7;
}
.TagClassName
{
border-color: #2801D7;
}
</style>