Shades of Medium Blue #281BDE
Tints of Medium Blue #281BDE
RGB
CMYK
RGB Variations
Color information
#281BDE (or 0x281BDE) is known color: Medium Blue. HEX triplet: 28, 1B and DE. RGB value is (40,27,222). Sum of RGB (Red+Green+Blue) = 40+27+222=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 222 (87.11% from 255 or 76.82% from 289); Max value from RGB is 222 - color contains mainly: blue. Hex color #281BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281BDE is #D7E421. Grayscale: #343434. Windows color (decimal): -14148642 or 14555944. OLE color: 14555944.
HSL color Cylindrical-coordinate representation of color #281BDE: hue angle of 244º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281BDE is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 27 | 222 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.13 |
| HSL | 244º | 0.78% | 0.49% | - |
| HSV(B) | 244º | 0.88% | 0.87% | - |
| XYZ | 14.45 | 6.51 | 69.6 | - |
| YUV | 53.12 | 223.31 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 222 | 0.82 | 0.88 | 0 | 0.13 | 244 | 0.78 | 0.49 |
| Hex | 28 | 1B | DE | 52 | 58 | 0 | D | F4 | 4E | 31 |
| Octal | 50 | 33 | 336 | 122 | 130 | 0 | 15 | 364 | 116 | 61 |
| Binary | 101000 | 11011 | 11011110 | 1010010 | 1011000 | 0 | 1101 | 11110100 | 1001110 | 110001 |
Color Harmonies of #281BDE
Complementary color
Monochromatic Colors of #281BDE
Black with #281BDE
Text Example
Text Example
White with #281BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281BDE; }
p { color: rgb(40,27,222); }
H1.HeaderClassName
{
color: #281BDE;
}
.AnyTagClassName
{
color: #281BDE;
}
</style>
background-color css
<style>
a { background-color: #281BDE; }
a { background-color: rgb(40,27,222); }
div.DivClassName
{
background-color: #281BDE;
}
.BgClassName
{
background-color: #281BDE;
}
</style>
border-color css
<style>
span { border-color: #281BDE; }
span { border-color: rgb(40,27,222); }
td.TdClassName
{
border-color: #281BDE;
}
.TagClassName
{
border-color: #281BDE;
}
</style>