Shades of Royal Blue #285AF2
Tints of Royal Blue #285AF2
RGB
CMYK
RGB Variations
Color information
#285AF2 (or 0x285AF2) is known color: Royal Blue. HEX triplet: 28, 5A and F2. RGB value is (40,90,242). Sum of RGB (Red+Green+Blue) = 40+90+242=372 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.75% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 242 (94.92% from 255 or 65.05% from 372); Max value from RGB is 242 - color contains mainly: blue. Hex color #285AF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285AF2 is #D7A50D. Grayscale: #5B5B5B. Windows color (decimal): -14132494 or 15882792. OLE color: 15882792.
HSL color Cylindrical-coordinate representation of color #285AF2: hue angle of 225.15º degrees, saturation: 0.89, 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 #285AF2 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 90 | 242 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.05 |
| HSL | 225.15º | 0.89% | 0.55% | - |
| HSV(B) | 225.15º | 0.83% | 0.95% | - |
| XYZ | 20.56 | 14.17 | 85.66 | - |
| YUV | 92.38 | 212.44 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 242 | 0.83 | 0.63 | 0 | 0.05 | 225.15 | 0.89 | 0.55 |
| Hex | 28 | 5A | F2 | 53 | 3F | 0 | 5 | E1 | 59 | 37 |
| Octal | 50 | 132 | 362 | 123 | 77 | 0 | 5 | 341 | 131 | 67 |
| Binary | 101000 | 1011010 | 11110010 | 1010011 | 111111 | 0 | 101 | 11100001 | 1011001 | 110111 |
Color Harmonies of #285AF2
Complementary color
Monochromatic Colors of #285AF2
Black with #285AF2
Text Example
Text Example
White with #285AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285AF2; }
p { color: rgb(40,90,242); }
H1.HeaderClassName
{
color: #285AF2;
}
.AnyTagClassName
{
color: #285AF2;
}
</style>
background-color css
<style>
a { background-color: #285AF2; }
a { background-color: rgb(40,90,242); }
div.DivClassName
{
background-color: #285AF2;
}
.BgClassName
{
background-color: #285AF2;
}
</style>
border-color css
<style>
span { border-color: #285AF2; }
span { border-color: rgb(40,90,242); }
td.TdClassName
{
border-color: #285AF2;
}
.TagClassName
{
border-color: #285AF2;
}
</style>