Shades of Royal Blue #305CE9
Tints of Royal Blue #305CE9
RGB
CMYK
RGB Variations
Color information
#305CE9 (or 0x305CE9) is known color: Royal Blue. HEX triplet: 30, 5C and E9. RGB value is (48,92,233). Sum of RGB (Red+Green+Blue) = 48+92+233=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 233 (91.41% from 255 or 62.47% from 373); Max value from RGB is 233 - color contains mainly: blue. Hex color #305CE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305CE9 is #CFA316. Grayscale: #5E5E5E. Windows color (decimal): -13607703 or 15293488. OLE color: 15293488.
HSL color Cylindrical-coordinate representation of color #305CE9: hue angle of 225.73º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #305CE9 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 92 | 233 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.09 |
| HSL | 225.73º | 0.81% | 0.55% | - |
| HSV(B) | 225.73º | 0.79% | 0.91% | - |
| XYZ | 19.75 | 14.17 | 78.78 | - |
| YUV | 94.92 | 205.92 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 233 | 0.79 | 0.61 | 0 | 0.09 | 225.73 | 0.81 | 0.55 |
| Hex | 30 | 5C | E9 | 4F | 3D | 0 | 9 | E2 | 51 | 37 |
| Octal | 60 | 134 | 351 | 117 | 75 | 0 | 11 | 342 | 121 | 67 |
| Binary | 110000 | 1011100 | 11101001 | 1001111 | 111101 | 0 | 1001 | 11100010 | 1010001 | 110111 |
Color Harmonies of #305CE9
Complementary color
Monochromatic Colors of #305CE9
Black with #305CE9
Text Example
Text Example
White with #305CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305CE9; }
p { color: rgb(48,92,233); }
H1.HeaderClassName
{
color: #305CE9;
}
.AnyTagClassName
{
color: #305CE9;
}
</style>
background-color css
<style>
a { background-color: #305CE9; }
a { background-color: rgb(48,92,233); }
div.DivClassName
{
background-color: #305CE9;
}
.BgClassName
{
background-color: #305CE9;
}
</style>
border-color css
<style>
span { border-color: #305CE9; }
span { border-color: rgb(48,92,233); }
td.TdClassName
{
border-color: #305CE9;
}
.TagClassName
{
border-color: #305CE9;
}
</style>