Shades of Royal Blue #305EE6
Tints of Royal Blue #305EE6
RGB
CMYK
RGB Variations
Color information
#305EE6 (or 0x305EE6) is known color: Royal Blue. HEX triplet: 30, 5E and E6. RGB value is (48,94,230). Sum of RGB (Red+Green+Blue) = 48+94+230=372 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.90% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 230 (90.23% from 255 or 61.83% from 372); Max value from RGB is 230 - color contains mainly: blue. Hex color #305EE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305EE6 is #CFA119. Grayscale: #5F5F5F. Windows color (decimal): -13607194 or 15097392. OLE color: 15097392.
HSL color Cylindrical-coordinate representation of color #305EE6: hue angle of 224.84º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #305EE6 is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 94 | 230 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.10 |
| HSL | 224.84º | 0.78% | 0.55% | - |
| HSV(B) | 224.84º | 0.79% | 0.9% | - |
| XYZ | 19.5 | 14.35 | 76.6 | - |
| YUV | 95.75 | 203.76 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 94 | 230 | 0.79 | 0.59 | 0 | 0.10 | 224.84 | 0.78 | 0.55 |
| Hex | 30 | 5E | E6 | 4F | 3B | 0 | A | E1 | 4E | 37 |
| Octal | 60 | 136 | 346 | 117 | 73 | 0 | 12 | 341 | 116 | 67 |
| Binary | 110000 | 1011110 | 11100110 | 1001111 | 111011 | 0 | 1010 | 11100001 | 1001110 | 110111 |
Color Harmonies of #305EE6
Complementary color
Monochromatic Colors of #305EE6
Black with #305EE6
Text Example
Text Example
White with #305EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305EE6; }
p { color: rgb(48,94,230); }
H1.HeaderClassName
{
color: #305EE6;
}
.AnyTagClassName
{
color: #305EE6;
}
</style>
background-color css
<style>
a { background-color: #305EE6; }
a { background-color: rgb(48,94,230); }
div.DivClassName
{
background-color: #305EE6;
}
.BgClassName
{
background-color: #305EE6;
}
</style>
border-color css
<style>
span { border-color: #305EE6; }
span { border-color: rgb(48,94,230); }
td.TdClassName
{
border-color: #305EE6;
}
.TagClassName
{
border-color: #305EE6;
}
</style>