Shades of Royal Blue #357AF8
Tints of Royal Blue #357AF8
RGB
CMYK
RGB Variations
Color information
#357AF8 (or 0x357AF8) is known color: Royal Blue. HEX triplet: 35, 7A and F8. RGB value is (53,122,248). Sum of RGB (Red+Green+Blue) = 53+122+248=423 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.53% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 248 (97.27% from 255 or 58.63% from 423); Max value from RGB is 248 - color contains mainly: blue. Hex color #357AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357AF8 is #CA8507. Grayscale: #737373. Windows color (decimal): -13272328 or 16284213. OLE color: 16284213.
HSL color Cylindrical-coordinate representation of color #357AF8: hue angle of 218.77º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #357AF8 is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 53 | 122 | 248 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.03 |
| HSL | 218.77º | 0.93% | 0.59% | - |
| HSV(B) | 218.77º | 0.79% | 0.97% | - |
| XYZ | 25.37 | 21.45 | 91.61 | - |
| YUV | 115.73 | 202.64 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 122 | 248 | 0.79 | 0.51 | 0 | 0.03 | 218.77 | 0.93 | 0.59 |
| Hex | 35 | 7A | F8 | 4F | 33 | 0 | 3 | DB | 5D | 3B |
| Octal | 65 | 172 | 370 | 117 | 63 | 0 | 3 | 333 | 135 | 73 |
| Binary | 110101 | 1111010 | 11111000 | 1001111 | 110011 | 0 | 11 | 11011011 | 1011101 | 111011 |
Color Harmonies of #357AF8
Complementary color
Monochromatic Colors of #357AF8
Black with #357AF8
Text Example
Text Example
White with #357AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357AF8; }
p { color: rgb(53,122,248); }
H1.HeaderClassName
{
color: #357AF8;
}
.AnyTagClassName
{
color: #357AF8;
}
</style>
background-color css
<style>
a { background-color: #357AF8; }
a { background-color: rgb(53,122,248); }
div.DivClassName
{
background-color: #357AF8;
}
.BgClassName
{
background-color: #357AF8;
}
</style>
border-color css
<style>
span { border-color: #357AF8; }
span { border-color: rgb(53,122,248); }
td.TdClassName
{
border-color: #357AF8;
}
.TagClassName
{
border-color: #357AF8;
}
</style>