Shades of Medium Blue #2801CF
Tints of Medium Blue #2801CF
RGB
CMYK
RGB Variations
Color information
#2801CF (or 0x2801CF) is known color: Medium Blue. HEX triplet: 28, 01 and CF. RGB value is (40,1,207). Sum of RGB (Red+Green+Blue) = 40+1+207=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 207 (81.25% from 255 or 83.47% from 248); Max value from RGB is 207 - color contains mainly: blue. Hex color #2801CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2801CF is #D7FE30. Grayscale: #232323. Windows color (decimal): -14155313 or 13566248. OLE color: 13566248.
HSL color Cylindrical-coordinate representation of color #2801CF: hue angle of 251.36º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2801CF is Cyan = 0.81, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 1 | 207 | - |
| CMYK | 0.81 | 1.00 | 0 | 0.19 |
| HSL | 251.36º | 0.99% | 0.41% | - |
| HSV(B) | 251.36º | 1% | 0.81% | - |
| XYZ | 12.15 | 4.98 | 59.35 | - |
| YUV | 36.15 | 224.42 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 207 | 0.81 | 1.00 | 0 | 0.19 | 251.36 | 0.99 | 0.41 |
| Hex | 28 | 1 | CF | 51 | 64 | 0 | 13 | FB | 63 | 29 |
| Octal | 50 | 1 | 317 | 121 | 144 | 0 | 23 | 373 | 143 | 51 |
| Binary | 101000 | 1 | 11001111 | 1010001 | 1100100 | 0 | 10011 | 11111011 | 1100011 | 101001 |
Color Harmonies of #2801CF
Complementary color
Monochromatic Colors of #2801CF
Black with #2801CF
Text Example
Text Example
White with #2801CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2801CF; }
p { color: rgb(40,1,207); }
H1.HeaderClassName
{
color: #2801CF;
}
.AnyTagClassName
{
color: #2801CF;
}
</style>
background-color css
<style>
a { background-color: #2801CF; }
a { background-color: rgb(40,1,207); }
div.DivClassName
{
background-color: #2801CF;
}
.BgClassName
{
background-color: #2801CF;
}
</style>
border-color css
<style>
span { border-color: #2801CF; }
span { border-color: rgb(40,1,207); }
td.TdClassName
{
border-color: #2801CF;
}
.TagClassName
{
border-color: #2801CF;
}
</style>