Shades of Royal Blue #305CFF
Tints of Royal Blue #305CFF
RGB
CMYK
RGB Variations
Color information
#305CFF (or 0x305CFF) is known color: Royal Blue. HEX triplet: 30, 5C and FF. RGB value is (48,92,255). Sum of RGB (Red+Green+Blue) = 48+92+255=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #305CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305CFF is #CFA300. Grayscale: #606060. Windows color (decimal): -13607681 or 16735280. OLE color: 16735280.
HSL color Cylindrical-coordinate representation of color #305CFF: hue angle of 227.25º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #305CFF is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 92 | 255 | - |
| CMYK | 0.81 | 0.64 | 0 | 0 |
| HSL | 227.25º | 1% | 0.59% | - |
| HSV(B) | 227.25º | 0.81% | 1% | - |
| XYZ | 23.1 | 15.5 | 96.38 | - |
| YUV | 97.43 | 216.92 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 255 | 0.81 | 0.64 | 0 | 0 | 227.25 | 1 | 0.59 |
| Hex | 30 | 5C | FF | 51 | 40 | 0 | 0 | E3 | 64 | 3B |
| Octal | 60 | 134 | 377 | 121 | 100 | 0 | 0 | 343 | 144 | 73 |
| Binary | 110000 | 1011100 | 11111111 | 1010001 | 1000000 | 0 | 0 | 11100011 | 1100100 | 111011 |
Color Harmonies of #305CFF
Complementary color
Monochromatic Colors of #305CFF
Black with #305CFF
Text Example
Text Example
White with #305CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305CFF; }
p { color: rgb(48,92,255); }
H1.HeaderClassName
{
color: #305CFF;
}
.AnyTagClassName
{
color: #305CFF;
}
</style>
background-color css
<style>
a { background-color: #305CFF; }
a { background-color: rgb(48,92,255); }
div.DivClassName
{
background-color: #305CFF;
}
.BgClassName
{
background-color: #305CFF;
}
</style>
border-color css
<style>
span { border-color: #305CFF; }
span { border-color: rgb(48,92,255); }
td.TdClassName
{
border-color: #305CFF;
}
.TagClassName
{
border-color: #305CFF;
}
</style>