Shades of Royal Blue #305EEA
Tints of Royal Blue #305EEA
RGB
CMYK
RGB Variations
Color information
#305EEA (or 0x305EEA) is known color: Royal Blue. HEX triplet: 30, 5E and EA. RGB value is (48,94,234). Sum of RGB (Red+Green+Blue) = 48+94+234=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #305EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305EEA is #CFA115. Grayscale: #5F5F5F. Windows color (decimal): -13607190 or 15359536. OLE color: 15359536.
HSL color Cylindrical-coordinate representation of color #305EEA: hue angle of 225.16º 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 #305EEA is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 94 | 234 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.08 |
| HSL | 225.16º | 0.82% | 0.55% | - |
| HSV(B) | 225.16º | 0.79% | 0.92% | - |
| XYZ | 20.07 | 14.57 | 79.6 | - |
| YUV | 96.21 | 205.76 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 94 | 234 | 0.79 | 0.60 | 0 | 0.08 | 225.16 | 0.82 | 0.55 |
| Hex | 30 | 5E | EA | 4F | 3C | 0 | 8 | E1 | 52 | 37 |
| Octal | 60 | 136 | 352 | 117 | 74 | 0 | 10 | 341 | 122 | 67 |
| Binary | 110000 | 1011110 | 11101010 | 1001111 | 111100 | 0 | 1000 | 11100001 | 1010010 | 110111 |
Color Harmonies of #305EEA
Complementary color
Monochromatic Colors of #305EEA
Black with #305EEA
Text Example
Text Example
White with #305EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305EEA; }
p { color: rgb(48,94,234); }
H1.HeaderClassName
{
color: #305EEA;
}
.AnyTagClassName
{
color: #305EEA;
}
</style>
background-color css
<style>
a { background-color: #305EEA; }
a { background-color: rgb(48,94,234); }
div.DivClassName
{
background-color: #305EEA;
}
.BgClassName
{
background-color: #305EEA;
}
</style>
border-color css
<style>
span { border-color: #305EEA; }
span { border-color: rgb(48,94,234); }
td.TdClassName
{
border-color: #305EEA;
}
.TagClassName
{
border-color: #305EEA;
}
</style>