Shades of Royal Blue #305CEA
Tints of Royal Blue #305CEA
RGB
CMYK
RGB Variations
Color information
#305CEA (or 0x305CEA) is known color: Royal Blue. HEX triplet: 30, 5C and EA. RGB value is (48,92,234). Sum of RGB (Red+Green+Blue) = 48+92+234=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #305CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305CEA is #CFA315. Grayscale: #5E5E5E. Windows color (decimal): -13607702 or 15359024. OLE color: 15359024.
HSL color Cylindrical-coordinate representation of color #305CEA: hue angle of 225.81º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #305CEA is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 92 | 234 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.08 |
| HSL | 225.81º | 0.82% | 0.55% | - |
| HSV(B) | 225.81º | 0.79% | 0.92% | - |
| XYZ | 19.9 | 14.22 | 79.54 | - |
| YUV | 95.03 | 206.42 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 234 | 0.79 | 0.61 | 0 | 0.08 | 225.81 | 0.82 | 0.55 |
| Hex | 30 | 5C | EA | 4F | 3D | 0 | 8 | E2 | 52 | 37 |
| Octal | 60 | 134 | 352 | 117 | 75 | 0 | 10 | 342 | 122 | 67 |
| Binary | 110000 | 1011100 | 11101010 | 1001111 | 111101 | 0 | 1000 | 11100010 | 1010010 | 110111 |
Color Harmonies of #305CEA
Complementary color
Monochromatic Colors of #305CEA
Black with #305CEA
Text Example
Text Example
White with #305CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305CEA; }
p { color: rgb(48,92,234); }
H1.HeaderClassName
{
color: #305CEA;
}
.AnyTagClassName
{
color: #305CEA;
}
</style>
background-color css
<style>
a { background-color: #305CEA; }
a { background-color: rgb(48,92,234); }
div.DivClassName
{
background-color: #305CEA;
}
.BgClassName
{
background-color: #305CEA;
}
</style>
border-color css
<style>
span { border-color: #305CEA; }
span { border-color: rgb(48,92,234); }
td.TdClassName
{
border-color: #305CEA;
}
.TagClassName
{
border-color: #305CEA;
}
</style>