Shades of Royal Blue #305BF3
Tints of Royal Blue #305BF3
RGB
CMYK
RGB Variations
Color information
#305BF3 (or 0x305BF3) is known color: Royal Blue. HEX triplet: 30, 5B and F3. RGB value is (48,91,243). Sum of RGB (Red+Green+Blue) = 48+91+243=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 243 (95.31% from 255 or 63.61% from 382); Max value from RGB is 243 - color contains mainly: blue. Hex color #305BF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305BF3 is #CFA40C. Grayscale: #5E5E5E. Windows color (decimal): -13607949 or 15948592. OLE color: 15948592.
HSL color Cylindrical-coordinate representation of color #305BF3: hue angle of 226.77º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #305BF3 is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 91 | 243 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.05 |
| HSL | 226.77º | 0.89% | 0.57% | - |
| HSV(B) | 226.77º | 0.8% | 0.95% | - |
| XYZ | 21.14 | 14.58 | 86.49 | - |
| YUV | 95.47 | 211.25 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 243 | 0.80 | 0.63 | 0 | 0.05 | 226.77 | 0.89 | 0.57 |
| Hex | 30 | 5B | F3 | 50 | 3F | 0 | 5 | E3 | 59 | 39 |
| Octal | 60 | 133 | 363 | 120 | 77 | 0 | 5 | 343 | 131 | 71 |
| Binary | 110000 | 1011011 | 11110011 | 1010000 | 111111 | 0 | 101 | 11100011 | 1011001 | 111001 |
Color Harmonies of #305BF3
Complementary color
Monochromatic Colors of #305BF3
Black with #305BF3
Text Example
Text Example
White with #305BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305BF3; }
p { color: rgb(48,91,243); }
H1.HeaderClassName
{
color: #305BF3;
}
.AnyTagClassName
{
color: #305BF3;
}
</style>
background-color css
<style>
a { background-color: #305BF3; }
a { background-color: rgb(48,91,243); }
div.DivClassName
{
background-color: #305BF3;
}
.BgClassName
{
background-color: #305BF3;
}
</style>
border-color css
<style>
span { border-color: #305BF3; }
span { border-color: rgb(48,91,243); }
td.TdClassName
{
border-color: #305BF3;
}
.TagClassName
{
border-color: #305BF3;
}
</style>