Shades of Royal Blue #285AF3
Tints of Royal Blue #285AF3
RGB
CMYK
RGB Variations
Color information
#285AF3 (or 0x285AF3) is known color: Royal Blue. HEX triplet: 28, 5A and F3. RGB value is (40,90,243). Sum of RGB (Red+Green+Blue) = 40+90+243=373 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.72% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 243 (95.31% from 255 or 65.15% from 373); Max value from RGB is 243 - color contains mainly: blue. Hex color #285AF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285AF3 is #D7A50C. Grayscale: #5B5B5B. Windows color (decimal): -14132493 or 15948328. OLE color: 15948328.
HSL color Cylindrical-coordinate representation of color #285AF3: hue angle of 225.22º 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 #285AF3 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 90 | 243 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.05 |
| HSL | 225.22º | 0.89% | 0.55% | - |
| HSV(B) | 225.22º | 0.84% | 0.95% | - |
| XYZ | 20.71 | 14.23 | 86.45 | - |
| YUV | 92.49 | 212.94 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 243 | 0.84 | 0.63 | 0 | 0.05 | 225.22 | 0.89 | 0.55 |
| Hex | 28 | 5A | F3 | 54 | 3F | 0 | 5 | E1 | 59 | 37 |
| Octal | 50 | 132 | 363 | 124 | 77 | 0 | 5 | 341 | 131 | 67 |
| Binary | 101000 | 1011010 | 11110011 | 1010100 | 111111 | 0 | 101 | 11100001 | 1011001 | 110111 |
Color Harmonies of #285AF3
Complementary color
Monochromatic Colors of #285AF3
Black with #285AF3
Text Example
Text Example
White with #285AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285AF3; }
p { color: rgb(40,90,243); }
H1.HeaderClassName
{
color: #285AF3;
}
.AnyTagClassName
{
color: #285AF3;
}
</style>
background-color css
<style>
a { background-color: #285AF3; }
a { background-color: rgb(40,90,243); }
div.DivClassName
{
background-color: #285AF3;
}
.BgClassName
{
background-color: #285AF3;
}
</style>
border-color css
<style>
span { border-color: #285AF3; }
span { border-color: rgb(40,90,243); }
td.TdClassName
{
border-color: #285AF3;
}
.TagClassName
{
border-color: #285AF3;
}
</style>