Shades of Royal Blue #305BFC
Tints of Royal Blue #305BFC
RGB
CMYK
RGB Variations
Color information
#305BFC (or 0x305BFC) is known color: Royal Blue. HEX triplet: 30, 5B and FC. RGB value is (48,91,252). Sum of RGB (Red+Green+Blue) = 48+91+252=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #305BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305BFC is #CFA403. Grayscale: #5F5F5F. Windows color (decimal): -13607940 or 16538416. OLE color: 16538416.
HSL color Cylindrical-coordinate representation of color #305BFC: hue angle of 227.35º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #305BFC is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 91 | 252 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.01 |
| HSL | 227.35º | 0.97% | 0.59% | - |
| HSV(B) | 227.35º | 0.81% | 0.99% | - |
| XYZ | 22.53 | 15.14 | 93.83 | - |
| YUV | 96.5 | 215.75 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 252 | 0.81 | 0.64 | 0 | 0.01 | 227.35 | 0.97 | 0.59 |
| Hex | 30 | 5B | FC | 51 | 40 | 0 | 1 | E3 | 61 | 3B |
| Octal | 60 | 133 | 374 | 121 | 100 | 0 | 1 | 343 | 141 | 73 |
| Binary | 110000 | 1011011 | 11111100 | 1010001 | 1000000 | 0 | 1 | 11100011 | 1100001 | 111011 |
Color Harmonies of #305BFC
Complementary color
Monochromatic Colors of #305BFC
Black with #305BFC
Text Example
Text Example
White with #305BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305BFC; }
p { color: rgb(48,91,252); }
H1.HeaderClassName
{
color: #305BFC;
}
.AnyTagClassName
{
color: #305BFC;
}
</style>
background-color css
<style>
a { background-color: #305BFC; }
a { background-color: rgb(48,91,252); }
div.DivClassName
{
background-color: #305BFC;
}
.BgClassName
{
background-color: #305BFC;
}
</style>
border-color css
<style>
span { border-color: #305BFC; }
span { border-color: rgb(48,91,252); }
td.TdClassName
{
border-color: #305BFC;
}
.TagClassName
{
border-color: #305BFC;
}
</style>