Shades of Medium Blue #281ADF
Tints of Medium Blue #281ADF
RGB
CMYK
RGB Variations
Color information
#281ADF (or 0x281ADF) is known color: Medium Blue. HEX triplet: 28, 1A and DF. RGB value is (40,26,223). Sum of RGB (Red+Green+Blue) = 40+26+223=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 223 (87.5% from 255 or 77.16% from 289); Max value from RGB is 223 - color contains mainly: blue. Hex color #281ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281ADF is #D7E520. Grayscale: #333333. Windows color (decimal): -14148897 or 14621224. OLE color: 14621224.
HSL color Cylindrical-coordinate representation of color #281ADF: hue angle of 244.26º degrees, saturation: 0.79, 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 #281ADF is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 26 | 223 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.13 |
| HSL | 244.26º | 0.79% | 0.49% | - |
| HSV(B) | 244.26º | 0.88% | 0.87% | - |
| XYZ | 14.56 | 6.52 | 70.3 | - |
| YUV | 52.64 | 224.14 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 223 | 0.82 | 0.88 | 0 | 0.13 | 244.26 | 0.79 | 0.49 |
| Hex | 28 | 1A | DF | 52 | 58 | 0 | D | F4 | 4F | 31 |
| Octal | 50 | 32 | 337 | 122 | 130 | 0 | 15 | 364 | 117 | 61 |
| Binary | 101000 | 11010 | 11011111 | 1010010 | 1011000 | 0 | 1101 | 11110100 | 1001111 | 110001 |
Color Harmonies of #281ADF
Complementary color
Monochromatic Colors of #281ADF
Black with #281ADF
Text Example
Text Example
White with #281ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281ADF; }
p { color: rgb(40,26,223); }
H1.HeaderClassName
{
color: #281ADF;
}
.AnyTagClassName
{
color: #281ADF;
}
</style>
background-color css
<style>
a { background-color: #281ADF; }
a { background-color: rgb(40,26,223); }
div.DivClassName
{
background-color: #281ADF;
}
.BgClassName
{
background-color: #281ADF;
}
</style>
border-color css
<style>
span { border-color: #281ADF; }
span { border-color: rgb(40,26,223); }
td.TdClassName
{
border-color: #281ADF;
}
.TagClassName
{
border-color: #281ADF;
}
</style>