Shades of Medium Blue #280CCA
Tints of Medium Blue #280CCA
RGB
CMYK
RGB Variations
Color information
#280CCA (or 0x280CCA) is known color: Medium Blue. HEX triplet: 28, 0C and CA. RGB value is (40,12,202). Sum of RGB (Red+Green+Blue) = 40+12+202=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 202 (79.30% from 255 or 79.53% from 254); Max value from RGB is 202 - color contains mainly: blue. Hex color #280CCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280CCA is #D7F335. Grayscale: #292929. Windows color (decimal): -14152502 or 13241384. OLE color: 13241384.
HSL color Cylindrical-coordinate representation of color #280CCA: hue angle of 248.84º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280CCA is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 12 | 202 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.21 |
| HSL | 248.84º | 0.89% | 0.42% | - |
| HSV(B) | 248.84º | 0.94% | 0.79% | - |
| XYZ | 11.67 | 4.98 | 56.22 | - |
| YUV | 42.03 | 218.28 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 202 | 0.80 | 0.94 | 0 | 0.21 | 248.84 | 0.89 | 0.42 |
| Hex | 28 | C | CA | 50 | 5E | 0 | 15 | F9 | 59 | 2A |
| Octal | 50 | 14 | 312 | 120 | 136 | 0 | 25 | 371 | 131 | 52 |
| Binary | 101000 | 1100 | 11001010 | 1010000 | 1011110 | 0 | 10101 | 11111001 | 1011001 | 101010 |
Color Harmonies of #280CCA
Complementary color
Monochromatic Colors of #280CCA
Black with #280CCA
Text Example
Text Example
White with #280CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280CCA; }
p { color: rgb(40,12,202); }
H1.HeaderClassName
{
color: #280CCA;
}
.AnyTagClassName
{
color: #280CCA;
}
</style>
background-color css
<style>
a { background-color: #280CCA; }
a { background-color: rgb(40,12,202); }
div.DivClassName
{
background-color: #280CCA;
}
.BgClassName
{
background-color: #280CCA;
}
</style>
border-color css
<style>
span { border-color: #280CCA; }
span { border-color: rgb(40,12,202); }
td.TdClassName
{
border-color: #280CCA;
}
.TagClassName
{
border-color: #280CCA;
}
</style>