Shades of Royal Blue #305CDA
Tints of Royal Blue #305CDA
RGB
CMYK
RGB Variations
Color information
#305CDA (or 0x305CDA) is known color: Royal Blue. HEX triplet: 30, 5C and DA. RGB value is (48,92,218). Sum of RGB (Red+Green+Blue) = 48+92+218=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #305CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305CDA is #CFA325. Grayscale: #5C5C5C. Windows color (decimal): -13607718 or 14310448. OLE color: 14310448.
HSL color Cylindrical-coordinate representation of color #305CDA: hue angle of 224.47º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #305CDA is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 92 | 218 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.15 |
| HSL | 224.47º | 0.7% | 0.52% | - |
| HSV(B) | 224.47º | 0.78% | 0.85% | - |
| XYZ | 17.7 | 13.34 | 67.97 | - |
| YUV | 93.21 | 198.42 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 218 | 0.78 | 0.58 | 0 | 0.15 | 224.47 | 0.7 | 0.52 |
| Hex | 30 | 5C | DA | 4E | 3A | 0 | F | E0 | 46 | 34 |
| Octal | 60 | 134 | 332 | 116 | 72 | 0 | 17 | 340 | 106 | 64 |
| Binary | 110000 | 1011100 | 11011010 | 1001110 | 111010 | 0 | 1111 | 11100000 | 1000110 | 110100 |
Color Harmonies of #305CDA
Complementary color
Monochromatic Colors of #305CDA
Black with #305CDA
Text Example
Text Example
White with #305CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305CDA; }
p { color: rgb(48,92,218); }
H1.HeaderClassName
{
color: #305CDA;
}
.AnyTagClassName
{
color: #305CDA;
}
</style>
background-color css
<style>
a { background-color: #305CDA; }
a { background-color: rgb(48,92,218); }
div.DivClassName
{
background-color: #305CDA;
}
.BgClassName
{
background-color: #305CDA;
}
</style>
border-color css
<style>
span { border-color: #305CDA; }
span { border-color: rgb(48,92,218); }
td.TdClassName
{
border-color: #305CDA;
}
.TagClassName
{
border-color: #305CDA;
}
</style>