Shades of Royal Blue #305ADA
Tints of Royal Blue #305ADA
RGB
CMYK
RGB Variations
Color information
#305ADA (or 0x305ADA) is known color: Royal Blue. HEX triplet: 30, 5A and DA. RGB value is (48,90,218). Sum of RGB (Red+Green+Blue) = 48+90+218=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 218 (85.55% from 255 or 61.24% from 356); Max value from RGB is 218 - color contains mainly: blue. Hex color #305ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305ADA is #CFA525. Grayscale: #5B5B5B. Windows color (decimal): -13608230 or 14309936. OLE color: 14309936.
HSL color Cylindrical-coordinate representation of color #305ADA: hue angle of 225.18º 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 #305ADA is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 90 | 218 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.15 |
| HSL | 225.18º | 0.7% | 0.52% | - |
| HSV(B) | 225.18º | 0.78% | 0.85% | - |
| XYZ | 17.53 | 13 | 67.92 | - |
| YUV | 92.03 | 199.09 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 90 | 218 | 0.78 | 0.59 | 0 | 0.15 | 225.18 | 0.7 | 0.52 |
| Hex | 30 | 5A | DA | 4E | 3B | 0 | F | E1 | 46 | 34 |
| Octal | 60 | 132 | 332 | 116 | 73 | 0 | 17 | 341 | 106 | 64 |
| Binary | 110000 | 1011010 | 11011010 | 1001110 | 111011 | 0 | 1111 | 11100001 | 1000110 | 110100 |
Color Harmonies of #305ADA
Complementary color
Monochromatic Colors of #305ADA
Black with #305ADA
Text Example
Text Example
White with #305ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305ADA; }
p { color: rgb(48,90,218); }
H1.HeaderClassName
{
color: #305ADA;
}
.AnyTagClassName
{
color: #305ADA;
}
</style>
background-color css
<style>
a { background-color: #305ADA; }
a { background-color: rgb(48,90,218); }
div.DivClassName
{
background-color: #305ADA;
}
.BgClassName
{
background-color: #305ADA;
}
</style>
border-color css
<style>
span { border-color: #305ADA; }
span { border-color: rgb(48,90,218); }
td.TdClassName
{
border-color: #305ADA;
}
.TagClassName
{
border-color: #305ADA;
}
</style>