Shades of Royal Blue #287BDF
Tints of Royal Blue #287BDF
RGB
CMYK
RGB Variations
Color information
#287BDF (or 0x287BDF) is known color: Royal Blue. HEX triplet: 28, 7B and DF. RGB value is (40,123,223). Sum of RGB (Red+Green+Blue) = 40+123+223=386 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.36% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #287BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287BDF is #D78420. Grayscale: #6D6D6D. Windows color (decimal): -14124065 or 14646056. OLE color: 14646056.
HSL color Cylindrical-coordinate representation of color #287BDF: hue angle of 212.79º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #287BDF is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 123 | 223 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.13 |
| HSL | 212.79º | 0.74% | 0.52% | - |
| HSV(B) | 212.79º | 0.82% | 0.87% | - |
| XYZ | 21.28 | 19.94 | 72.54 | - |
| YUV | 109.58 | 192 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 123 | 223 | 0.82 | 0.45 | 0 | 0.13 | 212.79 | 0.74 | 0.52 |
| Hex | 28 | 7B | DF | 52 | 2D | 0 | D | D5 | 4A | 34 |
| Octal | 50 | 173 | 337 | 122 | 55 | 0 | 15 | 325 | 112 | 64 |
| Binary | 101000 | 1111011 | 11011111 | 1010010 | 101101 | 0 | 1101 | 11010101 | 1001010 | 110100 |
Color Harmonies of #287BDF
Complementary color
Monochromatic Colors of #287BDF
Black with #287BDF
Text Example
Text Example
White with #287BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287BDF; }
p { color: rgb(40,123,223); }
H1.HeaderClassName
{
color: #287BDF;
}
.AnyTagClassName
{
color: #287BDF;
}
</style>
background-color css
<style>
a { background-color: #287BDF; }
a { background-color: rgb(40,123,223); }
div.DivClassName
{
background-color: #287BDF;
}
.BgClassName
{
background-color: #287BDF;
}
</style>
border-color css
<style>
span { border-color: #287BDF; }
span { border-color: rgb(40,123,223); }
td.TdClassName
{
border-color: #287BDF;
}
.TagClassName
{
border-color: #287BDF;
}
</style>