Shades of Royal Blue #305CED
Tints of Royal Blue #305CED
RGB
CMYK
RGB Variations
Color information
#305CED (or 0x305CED) is known color: Royal Blue. HEX triplet: 30, 5C and ED. RGB value is (48,92,237). Sum of RGB (Red+Green+Blue) = 48+92+237=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 237 (92.97% from 255 or 62.86% from 377); Max value from RGB is 237 - color contains mainly: blue. Hex color #305CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305CED is #CFA312. Grayscale: #5E5E5E. Windows color (decimal): -13607699 or 15555632. OLE color: 15555632.
HSL color Cylindrical-coordinate representation of color #305CED: hue angle of 226.03º degrees, saturation: 0.84, 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 #305CED is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 92 | 237 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.07 |
| HSL | 226.03º | 0.84% | 0.56% | - |
| HSV(B) | 226.03º | 0.8% | 0.93% | - |
| XYZ | 20.33 | 14.4 | 81.83 | - |
| YUV | 95.37 | 207.92 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 237 | 0.80 | 0.61 | 0 | 0.07 | 226.03 | 0.84 | 0.56 |
| Hex | 30 | 5C | ED | 50 | 3D | 0 | 7 | E2 | 54 | 38 |
| Octal | 60 | 134 | 355 | 120 | 75 | 0 | 7 | 342 | 124 | 70 |
| Binary | 110000 | 1011100 | 11101101 | 1010000 | 111101 | 0 | 111 | 11100010 | 1010100 | 111000 |
Color Harmonies of #305CED
Complementary color
Monochromatic Colors of #305CED
Black with #305CED
Text Example
Text Example
White with #305CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305CED; }
p { color: rgb(48,92,237); }
H1.HeaderClassName
{
color: #305CED;
}
.AnyTagClassName
{
color: #305CED;
}
</style>
background-color css
<style>
a { background-color: #305CED; }
a { background-color: rgb(48,92,237); }
div.DivClassName
{
background-color: #305CED;
}
.BgClassName
{
background-color: #305CED;
}
</style>
border-color css
<style>
span { border-color: #305CED; }
span { border-color: rgb(48,92,237); }
td.TdClassName
{
border-color: #305CED;
}
.TagClassName
{
border-color: #305CED;
}
</style>