Shades of Royal Blue #305BD8
Tints of Royal Blue #305BD8
RGB
CMYK
RGB Variations
Color information
#305BD8 (or 0x305BD8) is known color: Royal Blue. HEX triplet: 30, 5B and D8. RGB value is (48,91,216). Sum of RGB (Red+Green+Blue) = 48+91+216=355 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.52% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 216 (84.77% from 255 or 60.85% from 355); Max value from RGB is 216 - color contains mainly: blue. Hex color #305BD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305BD8 is #CFA427. Grayscale: #5B5B5B. Windows color (decimal): -13607976 or 14179120. OLE color: 14179120.
HSL color Cylindrical-coordinate representation of color #305BD8: hue angle of 224.64º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #305BD8 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 91 | 216 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.15 |
| HSL | 224.64º | 0.68% | 0.52% | - |
| HSV(B) | 224.64º | 0.78% | 0.85% | - |
| XYZ | 17.35 | 13.07 | 66.57 | - |
| YUV | 92.39 | 197.75 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 216 | 0.78 | 0.58 | 0 | 0.15 | 224.64 | 0.68 | 0.52 |
| Hex | 30 | 5B | D8 | 4E | 3A | 0 | F | E1 | 44 | 34 |
| Octal | 60 | 133 | 330 | 116 | 72 | 0 | 17 | 341 | 104 | 64 |
| Binary | 110000 | 1011011 | 11011000 | 1001110 | 111010 | 0 | 1111 | 11100001 | 1000100 | 110100 |
Color Harmonies of #305BD8
Complementary color
Monochromatic Colors of #305BD8
Black with #305BD8
Text Example
Text Example
White with #305BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305BD8; }
p { color: rgb(48,91,216); }
H1.HeaderClassName
{
color: #305BD8;
}
.AnyTagClassName
{
color: #305BD8;
}
</style>
background-color css
<style>
a { background-color: #305BD8; }
a { background-color: rgb(48,91,216); }
div.DivClassName
{
background-color: #305BD8;
}
.BgClassName
{
background-color: #305BD8;
}
</style>
border-color css
<style>
span { border-color: #305BD8; }
span { border-color: rgb(48,91,216); }
td.TdClassName
{
border-color: #305BD8;
}
.TagClassName
{
border-color: #305BD8;
}
</style>