Shades of Medium Blue #280BCC
Tints of Medium Blue #280BCC
RGB
CMYK
RGB Variations
Color information
#280BCC (or 0x280BCC) is known color: Medium Blue. HEX triplet: 28, 0B and CC. RGB value is (40,11,204). Sum of RGB (Red+Green+Blue) = 40+11+204=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 204 (80.08% from 255 or 80% from 255); Max value from RGB is 204 - color contains mainly: blue. Hex color #280BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280BCC is #D7F433. Grayscale: #282828. Windows color (decimal): -14152756 or 13372200. OLE color: 13372200.
HSL color Cylindrical-coordinate representation of color #280BCC: hue angle of 249.02º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280BCC is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 11 | 204 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.2 |
| HSL | 249.02º | 0.9% | 0.42% | - |
| HSV(B) | 249.02º | 0.95% | 0.8% | - |
| XYZ | 11.89 | 5.05 | 57.47 | - |
| YUV | 41.67 | 219.61 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 204 | 0.80 | 0.95 | 0 | 0.2 | 249.02 | 0.9 | 0.42 |
| Hex | 28 | B | CC | 50 | 5F | 0 | 14 | F9 | 5A | 2A |
| Octal | 50 | 13 | 314 | 120 | 137 | 0 | 24 | 371 | 132 | 52 |
| Binary | 101000 | 1011 | 11001100 | 1010000 | 1011111 | 0 | 10100 | 11111001 | 1011010 | 101010 |
Color Harmonies of #280BCC
Complementary color
Monochromatic Colors of #280BCC
Black with #280BCC
Text Example
Text Example
White with #280BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280BCC; }
p { color: rgb(40,11,204); }
H1.HeaderClassName
{
color: #280BCC;
}
.AnyTagClassName
{
color: #280BCC;
}
</style>
background-color css
<style>
a { background-color: #280BCC; }
a { background-color: rgb(40,11,204); }
div.DivClassName
{
background-color: #280BCC;
}
.BgClassName
{
background-color: #280BCC;
}
</style>
border-color css
<style>
span { border-color: #280BCC; }
span { border-color: rgb(40,11,204); }
td.TdClassName
{
border-color: #280BCC;
}
.TagClassName
{
border-color: #280BCC;
}
</style>