Shades of Royal Blue #305CE5
Tints of Royal Blue #305CE5
RGB
CMYK
RGB Variations
Color information
#305CE5 (or 0x305CE5) is known color: Royal Blue. HEX triplet: 30, 5C and E5. RGB value is (48,92,229). Sum of RGB (Red+Green+Blue) = 48+92+229=369 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.01% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 229 (89.84% from 255 or 62.06% from 369); Max value from RGB is 229 - color contains mainly: blue. Hex color #305CE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305CE5 is #CFA31A. Grayscale: #5D5D5D. Windows color (decimal): -13607707 or 15031344. OLE color: 15031344.
HSL color Cylindrical-coordinate representation of color #305CE5: hue angle of 225.41º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #305CE5 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 92 | 229 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.10 |
| HSL | 225.41º | 0.78% | 0.54% | - |
| HSV(B) | 225.41º | 0.79% | 0.9% | - |
| XYZ | 19.19 | 13.94 | 75.81 | - |
| YUV | 94.46 | 203.92 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 229 | 0.79 | 0.60 | 0 | 0.10 | 225.41 | 0.78 | 0.54 |
| Hex | 30 | 5C | E5 | 4F | 3C | 0 | A | E1 | 4E | 36 |
| Octal | 60 | 134 | 345 | 117 | 74 | 0 | 12 | 341 | 116 | 66 |
| Binary | 110000 | 1011100 | 11100101 | 1001111 | 111100 | 0 | 1010 | 11100001 | 1001110 | 110110 |
Color Harmonies of #305CE5
Complementary color
Monochromatic Colors of #305CE5
Black with #305CE5
Text Example
Text Example
White with #305CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305CE5; }
p { color: rgb(48,92,229); }
H1.HeaderClassName
{
color: #305CE5;
}
.AnyTagClassName
{
color: #305CE5;
}
</style>
background-color css
<style>
a { background-color: #305CE5; }
a { background-color: rgb(48,92,229); }
div.DivClassName
{
background-color: #305CE5;
}
.BgClassName
{
background-color: #305CE5;
}
</style>
border-color css
<style>
span { border-color: #305CE5; }
span { border-color: rgb(48,92,229); }
td.TdClassName
{
border-color: #305CE5;
}
.TagClassName
{
border-color: #305CE5;
}
</style>