Shades of Royal Blue #285BF3
Tints of Royal Blue #285BF3
RGB
CMYK
RGB Variations
Color information
#285BF3 (or 0x285BF3) is known color: Royal Blue. HEX triplet: 28, 5B and F3. RGB value is (40,91,243). Sum of RGB (Red+Green+Blue) = 40+91+243=374 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.70% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 243 (95.31% from 255 or 64.97% from 374); Max value from RGB is 243 - color contains mainly: blue. Hex color #285BF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285BF3 is #D7A40C. Grayscale: #5C5C5C. Windows color (decimal): -14132237 or 15948584. OLE color: 15948584.
HSL color Cylindrical-coordinate representation of color #285BF3: hue angle of 224.93º 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 #285BF3 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 91 | 243 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.05 |
| HSL | 224.93º | 0.89% | 0.55% | - |
| HSV(B) | 224.93º | 0.84% | 0.95% | - |
| XYZ | 20.79 | 14.4 | 86.48 | - |
| YUV | 93.08 | 212.6 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 243 | 0.84 | 0.63 | 0 | 0.05 | 224.93 | 0.89 | 0.55 |
| Hex | 28 | 5B | F3 | 54 | 3F | 0 | 5 | E1 | 59 | 37 |
| Octal | 50 | 133 | 363 | 124 | 77 | 0 | 5 | 341 | 131 | 67 |
| Binary | 101000 | 1011011 | 11110011 | 1010100 | 111111 | 0 | 101 | 11100001 | 1011001 | 110111 |
Color Harmonies of #285BF3
Complementary color
Monochromatic Colors of #285BF3
Black with #285BF3
Text Example
Text Example
White with #285BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285BF3; }
p { color: rgb(40,91,243); }
H1.HeaderClassName
{
color: #285BF3;
}
.AnyTagClassName
{
color: #285BF3;
}
</style>
background-color css
<style>
a { background-color: #285BF3; }
a { background-color: rgb(40,91,243); }
div.DivClassName
{
background-color: #285BF3;
}
.BgClassName
{
background-color: #285BF3;
}
</style>
border-color css
<style>
span { border-color: #285BF3; }
span { border-color: rgb(40,91,243); }
td.TdClassName
{
border-color: #285BF3;
}
.TagClassName
{
border-color: #285BF3;
}
</style>