Shades of Medium Blue #280ABC
Tints of Medium Blue #280ABC
RGB
CMYK
RGB Variations
Color information
#280ABC (or 0x280ABC) is known color: Medium Blue. HEX triplet: 28, 0A and BC. RGB value is (40,10,188). Sum of RGB (Red+Green+Blue) = 40+10+188=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 188 (73.83% from 255 or 78.99% from 238); Max value from RGB is 188 - color contains mainly: blue. Hex color #280ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280ABC is #D7F543. Grayscale: #262626. Windows color (decimal): -14153028 or 12323368. OLE color: 12323368.
HSL color Cylindrical-coordinate representation of color #280ABC: hue angle of 250.11º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280ABC is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 10 | 188 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.26 |
| HSL | 250.11º | 0.9% | 0.39% | - |
| HSV(B) | 250.11º | 0.95% | 0.74% | - |
| XYZ | 10.06 | 4.3 | 47.88 | - |
| YUV | 39.26 | 211.94 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 188 | 0.79 | 0.95 | 0 | 0.26 | 250.11 | 0.9 | 0.39 |
| Hex | 28 | A | BC | 4F | 5F | 0 | 1A | FA | 5A | 27 |
| Octal | 50 | 12 | 274 | 117 | 137 | 0 | 32 | 372 | 132 | 47 |
| Binary | 101000 | 1010 | 10111100 | 1001111 | 1011111 | 0 | 11010 | 11111010 | 1011010 | 100111 |
Color Harmonies of #280ABC
Complementary color
Monochromatic Colors of #280ABC
Black with #280ABC
Text Example
Text Example
White with #280ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280ABC; }
p { color: rgb(40,10,188); }
H1.HeaderClassName
{
color: #280ABC;
}
.AnyTagClassName
{
color: #280ABC;
}
</style>
background-color css
<style>
a { background-color: #280ABC; }
a { background-color: rgb(40,10,188); }
div.DivClassName
{
background-color: #280ABC;
}
.BgClassName
{
background-color: #280ABC;
}
</style>
border-color css
<style>
span { border-color: #280ABC; }
span { border-color: rgb(40,10,188); }
td.TdClassName
{
border-color: #280ABC;
}
.TagClassName
{
border-color: #280ABC;
}
</style>