Shades of Medium Blue #281BDF
Tints of Medium Blue #281BDF
RGB
CMYK
RGB Variations
Color information
#281BDF (or 0x281BDF) is known color: Medium Blue. HEX triplet: 28, 1B and DF. RGB value is (40,27,223). Sum of RGB (Red+Green+Blue) = 40+27+223=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 27 (10.94% from 255 or 9.31% from 290); Blue value is 223 (87.5% from 255 or 76.90% from 290); Max value from RGB is 223 - color contains mainly: blue. Hex color #281BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281BDF is #D7E420. Grayscale: #343434. Windows color (decimal): -14148641 or 14621480. OLE color: 14621480.
HSL color Cylindrical-coordinate representation of color #281BDF: hue angle of 243.98º 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 #281BDF is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 27 | 223 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.13 |
| HSL | 243.98º | 0.78% | 0.49% | - |
| HSV(B) | 243.98º | 0.88% | 0.87% | - |
| XYZ | 14.59 | 6.56 | 70.31 | - |
| YUV | 53.23 | 223.81 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 223 | 0.82 | 0.88 | 0 | 0.13 | 243.98 | 0.78 | 0.49 |
| Hex | 28 | 1B | DF | 52 | 58 | 0 | D | F4 | 4E | 31 |
| Octal | 50 | 33 | 337 | 122 | 130 | 0 | 15 | 364 | 116 | 61 |
| Binary | 101000 | 11011 | 11011111 | 1010010 | 1011000 | 0 | 1101 | 11110100 | 1001110 | 110001 |
Color Harmonies of #281BDF
Complementary color
Monochromatic Colors of #281BDF
Black with #281BDF
Text Example
Text Example
White with #281BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281BDF; }
p { color: rgb(40,27,223); }
H1.HeaderClassName
{
color: #281BDF;
}
.AnyTagClassName
{
color: #281BDF;
}
</style>
background-color css
<style>
a { background-color: #281BDF; }
a { background-color: rgb(40,27,223); }
div.DivClassName
{
background-color: #281BDF;
}
.BgClassName
{
background-color: #281BDF;
}
</style>
border-color css
<style>
span { border-color: #281BDF; }
span { border-color: rgb(40,27,223); }
td.TdClassName
{
border-color: #281BDF;
}
.TagClassName
{
border-color: #281BDF;
}
</style>