Shades of Royal Blue #305BFE
Tints of Royal Blue #305BFE
RGB
CMYK
RGB Variations
Color information
#305BFE (or 0x305BFE) is known color: Royal Blue. HEX triplet: 30, 5B and FE. RGB value is (48,91,254). Sum of RGB (Red+Green+Blue) = 48+91+254=393 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.21% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #305BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305BFE is #CFA401. Grayscale: #606060. Windows color (decimal): -13607938 or 16669488. OLE color: 16669488.
HSL color Cylindrical-coordinate representation of color #305BFE: hue angle of 227.48º 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 #305BFE is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 91 | 254 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.00 |
| HSL | 227.48º | 0.99% | 0.59% | - |
| HSV(B) | 227.48º | 0.81% | 1% | - |
| XYZ | 22.85 | 15.27 | 95.51 | - |
| YUV | 96.73 | 216.75 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 254 | 0.81 | 0.64 | 0 | 0.00 | 227.48 | 0.99 | 0.59 |
| Hex | 30 | 5B | FE | 51 | 40 | 0 | 0 | E3 | 63 | 3B |
| Octal | 60 | 133 | 376 | 121 | 100 | 0 | 0 | 343 | 143 | 73 |
| Binary | 110000 | 1011011 | 11111110 | 1010001 | 1000000 | 0 | 0 | 11100011 | 1100011 | 111011 |
Color Harmonies of #305BFE
Complementary color
Monochromatic Colors of #305BFE
Black with #305BFE
Text Example
Text Example
White with #305BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305BFE; }
p { color: rgb(48,91,254); }
H1.HeaderClassName
{
color: #305BFE;
}
.AnyTagClassName
{
color: #305BFE;
}
</style>
background-color css
<style>
a { background-color: #305BFE; }
a { background-color: rgb(48,91,254); }
div.DivClassName
{
background-color: #305BFE;
}
.BgClassName
{
background-color: #305BFE;
}
</style>
border-color css
<style>
span { border-color: #305BFE; }
span { border-color: rgb(48,91,254); }
td.TdClassName
{
border-color: #305BFE;
}
.TagClassName
{
border-color: #305BFE;
}
</style>