Shades of Royal Blue #305CFE
Tints of Royal Blue #305CFE
RGB
CMYK
RGB Variations
Color information
#305CFE (or 0x305CFE) is known color: Royal Blue. HEX triplet: 30, 5C and FE. RGB value is (48,92,254). Sum of RGB (Red+Green+Blue) = 48+92+254=394 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.18% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #305CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305CFE is #CFA301. Grayscale: #606060. Windows color (decimal): -13607682 or 16669744. OLE color: 16669744.
HSL color Cylindrical-coordinate representation of color #305CFE: hue angle of 227.18º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #305CFE is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 92 | 254 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.00 |
| HSL | 227.18º | 0.99% | 0.59% | - |
| HSV(B) | 227.18º | 0.81% | 1% | - |
| XYZ | 22.94 | 15.44 | 95.54 | - |
| YUV | 97.31 | 216.42 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 254 | 0.81 | 0.64 | 0 | 0.00 | 227.18 | 0.99 | 0.59 |
| Hex | 30 | 5C | FE | 51 | 40 | 0 | 0 | E3 | 63 | 3B |
| Octal | 60 | 134 | 376 | 121 | 100 | 0 | 0 | 343 | 143 | 73 |
| Binary | 110000 | 1011100 | 11111110 | 1010001 | 1000000 | 0 | 0 | 11100011 | 1100011 | 111011 |
Color Harmonies of #305CFE
Complementary color
Monochromatic Colors of #305CFE
Black with #305CFE
Text Example
Text Example
White with #305CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305CFE; }
p { color: rgb(48,92,254); }
H1.HeaderClassName
{
color: #305CFE;
}
.AnyTagClassName
{
color: #305CFE;
}
</style>
background-color css
<style>
a { background-color: #305CFE; }
a { background-color: rgb(48,92,254); }
div.DivClassName
{
background-color: #305CFE;
}
.BgClassName
{
background-color: #305CFE;
}
</style>
border-color css
<style>
span { border-color: #305CFE; }
span { border-color: rgb(48,92,254); }
td.TdClassName
{
border-color: #305CFE;
}
.TagClassName
{
border-color: #305CFE;
}
</style>