Shades of Royal Blue #305EF4
Tints of Royal Blue #305EF4
RGB
CMYK
RGB Variations
Color information
#305EF4 (or 0x305EF4) is known color: Royal Blue. HEX triplet: 30, 5E and F4. RGB value is (48,94,244). Sum of RGB (Red+Green+Blue) = 48+94+244=386 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.44% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 244 (95.70% from 255 or 63.21% from 386); Max value from RGB is 244 - color contains mainly: blue. Hex color #305EF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305EF4 is #CFA10B. Grayscale: #606060. Windows color (decimal): -13607180 or 16014896. OLE color: 16014896.
HSL color Cylindrical-coordinate representation of color #305EF4: hue angle of 225.92º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #305EF4 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 94 | 244 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.04 |
| HSL | 225.92º | 0.9% | 0.57% | - |
| HSV(B) | 225.92º | 0.8% | 0.96% | - |
| XYZ | 21.55 | 15.17 | 87.38 | - |
| YUV | 97.35 | 210.76 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 94 | 244 | 0.80 | 0.61 | 0 | 0.04 | 225.92 | 0.9 | 0.57 |
| Hex | 30 | 5E | F4 | 50 | 3D | 0 | 4 | E2 | 5A | 39 |
| Octal | 60 | 136 | 364 | 120 | 75 | 0 | 4 | 342 | 132 | 71 |
| Binary | 110000 | 1011110 | 11110100 | 1010000 | 111101 | 0 | 100 | 11100010 | 1011010 | 111001 |
Color Harmonies of #305EF4
Complementary color
Monochromatic Colors of #305EF4
Black with #305EF4
Text Example
Text Example
White with #305EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305EF4; }
p { color: rgb(48,94,244); }
H1.HeaderClassName
{
color: #305EF4;
}
.AnyTagClassName
{
color: #305EF4;
}
</style>
background-color css
<style>
a { background-color: #305EF4; }
a { background-color: rgb(48,94,244); }
div.DivClassName
{
background-color: #305EF4;
}
.BgClassName
{
background-color: #305EF4;
}
</style>
border-color css
<style>
span { border-color: #305EF4; }
span { border-color: rgb(48,94,244); }
td.TdClassName
{
border-color: #305EF4;
}
.TagClassName
{
border-color: #305EF4;
}
</style>