Shades of Royal Blue #305DF4
Tints of Royal Blue #305DF4
RGB
CMYK
RGB Variations
Color information
#305DF4 (or 0x305DF4) is known color: Royal Blue. HEX triplet: 30, 5D and F4. RGB value is (48,93,244). Sum of RGB (Red+Green+Blue) = 48+93+244=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 244 (95.70% from 255 or 63.38% from 385); Max value from RGB is 244 - color contains mainly: blue. Hex color #305DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305DF4 is #CFA20B. Grayscale: #606060. Windows color (decimal): -13607436 or 16014640. OLE color: 16014640.
HSL color Cylindrical-coordinate representation of color #305DF4: hue angle of 226.22º 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 #305DF4 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 93 | 244 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.04 |
| HSL | 226.22º | 0.9% | 0.57% | - |
| HSV(B) | 226.22º | 0.8% | 0.96% | - |
| XYZ | 21.46 | 14.99 | 87.35 | - |
| YUV | 96.76 | 211.09 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 244 | 0.80 | 0.62 | 0 | 0.04 | 226.22 | 0.9 | 0.57 |
| Hex | 30 | 5D | F4 | 50 | 3E | 0 | 4 | E2 | 5A | 39 |
| Octal | 60 | 135 | 364 | 120 | 76 | 0 | 4 | 342 | 132 | 71 |
| Binary | 110000 | 1011101 | 11110100 | 1010000 | 111110 | 0 | 100 | 11100010 | 1011010 | 111001 |
Color Harmonies of #305DF4
Complementary color
Monochromatic Colors of #305DF4
Black with #305DF4
Text Example
Text Example
White with #305DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305DF4; }
p { color: rgb(48,93,244); }
H1.HeaderClassName
{
color: #305DF4;
}
.AnyTagClassName
{
color: #305DF4;
}
</style>
background-color css
<style>
a { background-color: #305DF4; }
a { background-color: rgb(48,93,244); }
div.DivClassName
{
background-color: #305DF4;
}
.BgClassName
{
background-color: #305DF4;
}
</style>
border-color css
<style>
span { border-color: #305DF4; }
span { border-color: rgb(48,93,244); }
td.TdClassName
{
border-color: #305DF4;
}
.TagClassName
{
border-color: #305DF4;
}
</style>