Shades of Royal Blue #286CF3
Tints of Royal Blue #286CF3
RGB
CMYK
RGB Variations
Color information
#286CF3 (or 0x286CF3) is known color: Royal Blue. HEX triplet: 28, 6C and F3. RGB value is (40,108,243). Sum of RGB (Red+Green+Blue) = 40+108+243=391 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.23% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 243 (95.31% from 255 or 62.15% from 391); Max value from RGB is 243 - color contains mainly: blue. Hex color #286CF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286CF3 is #D7930C. Grayscale: #666666. Windows color (decimal): -14127885 or 15952936. OLE color: 15952936.
HSL color Cylindrical-coordinate representation of color #286CF3: hue angle of 219.9º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #286CF3 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 108 | 243 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.05 |
| HSL | 219.9º | 0.89% | 0.55% | - |
| HSV(B) | 219.9º | 0.84% | 0.95% | - |
| XYZ | 22.42 | 17.65 | 87.02 | - |
| YUV | 103.06 | 206.97 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 243 | 0.84 | 0.56 | 0 | 0.05 | 219.9 | 0.89 | 0.55 |
| Hex | 28 | 6C | F3 | 54 | 38 | 0 | 5 | DC | 59 | 37 |
| Octal | 50 | 154 | 363 | 124 | 70 | 0 | 5 | 334 | 131 | 67 |
| Binary | 101000 | 1101100 | 11110011 | 1010100 | 111000 | 0 | 101 | 11011100 | 1011001 | 110111 |
Color Harmonies of #286CF3
Complementary color
Monochromatic Colors of #286CF3
Black with #286CF3
Text Example
Text Example
White with #286CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286CF3; }
p { color: rgb(40,108,243); }
H1.HeaderClassName
{
color: #286CF3;
}
.AnyTagClassName
{
color: #286CF3;
}
</style>
background-color css
<style>
a { background-color: #286CF3; }
a { background-color: rgb(40,108,243); }
div.DivClassName
{
background-color: #286CF3;
}
.BgClassName
{
background-color: #286CF3;
}
</style>
border-color css
<style>
span { border-color: #286CF3; }
span { border-color: rgb(40,108,243); }
td.TdClassName
{
border-color: #286CF3;
}
.TagClassName
{
border-color: #286CF3;
}
</style>