Shades of Royal Blue #285BF1
Tints of Royal Blue #285BF1
RGB
CMYK
RGB Variations
Color information
#285BF1 (or 0x285BF1) is known color: Royal Blue. HEX triplet: 28, 5B and F1. RGB value is (40,91,241). Sum of RGB (Red+Green+Blue) = 40+91+241=372 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.75% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 241 (94.53% from 255 or 64.78% from 372); Max value from RGB is 241 - color contains mainly: blue. Hex color #285BF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285BF1 is #D7A40E. Grayscale: #5C5C5C. Windows color (decimal): -14132239 or 15817512. OLE color: 15817512.
HSL color Cylindrical-coordinate representation of color #285BF1: hue angle of 224.78º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #285BF1 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 91 | 241 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.05 |
| HSL | 224.78º | 0.88% | 0.55% | - |
| HSV(B) | 224.78º | 0.83% | 0.95% | - |
| XYZ | 20.49 | 14.28 | 84.9 | - |
| YUV | 92.85 | 211.6 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 241 | 0.83 | 0.62 | 0 | 0.05 | 224.78 | 0.88 | 0.55 |
| Hex | 28 | 5B | F1 | 53 | 3E | 0 | 5 | E1 | 58 | 37 |
| Octal | 50 | 133 | 361 | 123 | 76 | 0 | 5 | 341 | 130 | 67 |
| Binary | 101000 | 1011011 | 11110001 | 1010011 | 111110 | 0 | 101 | 11100001 | 1011000 | 110111 |
Color Harmonies of #285BF1
Complementary color
Monochromatic Colors of #285BF1
Black with #285BF1
Text Example
Text Example
White with #285BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285BF1; }
p { color: rgb(40,91,241); }
H1.HeaderClassName
{
color: #285BF1;
}
.AnyTagClassName
{
color: #285BF1;
}
</style>
background-color css
<style>
a { background-color: #285BF1; }
a { background-color: rgb(40,91,241); }
div.DivClassName
{
background-color: #285BF1;
}
.BgClassName
{
background-color: #285BF1;
}
</style>
border-color css
<style>
span { border-color: #285BF1; }
span { border-color: rgb(40,91,241); }
td.TdClassName
{
border-color: #285BF1;
}
.TagClassName
{
border-color: #285BF1;
}
</style>