Shades of Medium Blue #281ADB
Tints of Medium Blue #281ADB
RGB
CMYK
RGB Variations
Color information
#281ADB (or 0x281ADB) is known color: Medium Blue. HEX triplet: 28, 1A and DB. RGB value is (40,26,219). Sum of RGB (Red+Green+Blue) = 40+26+219=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 219 (85.94% from 255 or 76.84% from 285); Max value from RGB is 219 - color contains mainly: blue. Hex color #281ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281ADB is #D7E524. Grayscale: #333333. Windows color (decimal): -14148901 or 14359080. OLE color: 14359080.
HSL color Cylindrical-coordinate representation of color #281ADB: hue angle of 244.35º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281ADB is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 26 | 219 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.14 |
| HSL | 244.35º | 0.79% | 0.48% | - |
| HSV(B) | 244.35º | 0.88% | 0.86% | - |
| XYZ | 14.03 | 6.3 | 67.5 | - |
| YUV | 52.19 | 222.14 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 219 | 0.82 | 0.88 | 0 | 0.14 | 244.35 | 0.79 | 0.48 |
| Hex | 28 | 1A | DB | 52 | 58 | 0 | E | F4 | 4F | 30 |
| Octal | 50 | 32 | 333 | 122 | 130 | 0 | 16 | 364 | 117 | 60 |
| Binary | 101000 | 11010 | 11011011 | 1010010 | 1011000 | 0 | 1110 | 11110100 | 1001111 | 110000 |
Color Harmonies of #281ADB
Complementary color
Monochromatic Colors of #281ADB
Black with #281ADB
Text Example
Text Example
White with #281ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281ADB; }
p { color: rgb(40,26,219); }
H1.HeaderClassName
{
color: #281ADB;
}
.AnyTagClassName
{
color: #281ADB;
}
</style>
background-color css
<style>
a { background-color: #281ADB; }
a { background-color: rgb(40,26,219); }
div.DivClassName
{
background-color: #281ADB;
}
.BgClassName
{
background-color: #281ADB;
}
</style>
border-color css
<style>
span { border-color: #281ADB; }
span { border-color: rgb(40,26,219); }
td.TdClassName
{
border-color: #281ADB;
}
.TagClassName
{
border-color: #281ADB;
}
</style>