Shades of Royal Blue #305FEC
Tints of Royal Blue #305FEC
RGB
CMYK
RGB Variations
Color information
#305FEC (or 0x305FEC) is known color: Royal Blue. HEX triplet: 30, 5F and EC. RGB value is (48,95,236). Sum of RGB (Red+Green+Blue) = 48+95+236=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #305FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305FEC is #CFA013. Grayscale: #606060. Windows color (decimal): -13606932 or 15490864. OLE color: 15490864.
HSL color Cylindrical-coordinate representation of color #305FEC: hue angle of 225º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #305FEC is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 95 | 236 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.07 |
| HSL | 225º | 0.83% | 0.56% | - |
| HSV(B) | 225º | 0.8% | 0.93% | - |
| XYZ | 20.45 | 14.87 | 81.15 | - |
| YUV | 97.02 | 206.43 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 95 | 236 | 0.80 | 0.60 | 0 | 0.07 | 225 | 0.83 | 0.56 |
| Hex | 30 | 5F | EC | 50 | 3C | 0 | 7 | E1 | 53 | 38 |
| Octal | 60 | 137 | 354 | 120 | 74 | 0 | 7 | 341 | 123 | 70 |
| Binary | 110000 | 1011111 | 11101100 | 1010000 | 111100 | 0 | 111 | 11100001 | 1010011 | 111000 |
Color Harmonies of #305FEC
Complementary color
Monochromatic Colors of #305FEC
Black with #305FEC
Text Example
Text Example
White with #305FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305FEC; }
p { color: rgb(48,95,236); }
H1.HeaderClassName
{
color: #305FEC;
}
.AnyTagClassName
{
color: #305FEC;
}
</style>
background-color css
<style>
a { background-color: #305FEC; }
a { background-color: rgb(48,95,236); }
div.DivClassName
{
background-color: #305FEC;
}
.BgClassName
{
background-color: #305FEC;
}
</style>
border-color css
<style>
span { border-color: #305FEC; }
span { border-color: rgb(48,95,236); }
td.TdClassName
{
border-color: #305FEC;
}
.TagClassName
{
border-color: #305FEC;
}
</style>