Shades of Royal Blue #287BDA
Tints of Royal Blue #287BDA
RGB
CMYK
RGB Variations
Color information
#287BDA (or 0x287BDA) is known color: Royal Blue. HEX triplet: 28, 7B and DA. RGB value is (40,123,218). Sum of RGB (Red+Green+Blue) = 40+123+218=381 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.50% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #287BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287BDA is #D78425. Grayscale: #6C6C6C. Windows color (decimal): -14124070 or 14318376. OLE color: 14318376.
HSL color Cylindrical-coordinate representation of color #287BDA: hue angle of 212.02º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #287BDA is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 123 | 218 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.15 |
| HSL | 212.02º | 0.71% | 0.51% | - |
| HSV(B) | 212.02º | 0.82% | 0.85% | - |
| XYZ | 20.61 | 19.68 | 69.04 | - |
| YUV | 109.01 | 189.5 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 123 | 218 | 0.82 | 0.44 | 0 | 0.15 | 212.02 | 0.71 | 0.51 |
| Hex | 28 | 7B | DA | 52 | 2C | 0 | F | D4 | 47 | 33 |
| Octal | 50 | 173 | 332 | 122 | 54 | 0 | 17 | 324 | 107 | 63 |
| Binary | 101000 | 1111011 | 11011010 | 1010010 | 101100 | 0 | 1111 | 11010100 | 1000111 | 110011 |
Color Harmonies of #287BDA
Complementary color
Monochromatic Colors of #287BDA
Black with #287BDA
Text Example
Text Example
White with #287BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287BDA; }
p { color: rgb(40,123,218); }
H1.HeaderClassName
{
color: #287BDA;
}
.AnyTagClassName
{
color: #287BDA;
}
</style>
background-color css
<style>
a { background-color: #287BDA; }
a { background-color: rgb(40,123,218); }
div.DivClassName
{
background-color: #287BDA;
}
.BgClassName
{
background-color: #287BDA;
}
</style>
border-color css
<style>
span { border-color: #287BDA; }
span { border-color: rgb(40,123,218); }
td.TdClassName
{
border-color: #287BDA;
}
.TagClassName
{
border-color: #287BDA;
}
</style>