Shades of Royal Blue #305ADC
Tints of Royal Blue #305ADC
RGB
CMYK
RGB Variations
Color information
#305ADC (or 0x305ADC) is known color: Royal Blue. HEX triplet: 30, 5A and DC. RGB value is (48,90,220). Sum of RGB (Red+Green+Blue) = 48+90+220=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #305ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305ADC is #CFA523. Grayscale: #5B5B5B. Windows color (decimal): -13608228 or 14441008. OLE color: 14441008.
HSL color Cylindrical-coordinate representation of color #305ADC: hue angle of 225.35º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #305ADC is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 90 | 220 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.14 |
| HSL | 225.35º | 0.71% | 0.53% | - |
| HSV(B) | 225.35º | 0.78% | 0.86% | - |
| XYZ | 17.79 | 13.11 | 69.3 | - |
| YUV | 92.26 | 200.09 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 90 | 220 | 0.78 | 0.59 | 0 | 0.14 | 225.35 | 0.71 | 0.53 |
| Hex | 30 | 5A | DC | 4E | 3B | 0 | E | E1 | 47 | 35 |
| Octal | 60 | 132 | 334 | 116 | 73 | 0 | 16 | 341 | 107 | 65 |
| Binary | 110000 | 1011010 | 11011100 | 1001110 | 111011 | 0 | 1110 | 11100001 | 1000111 | 110101 |
Color Harmonies of #305ADC
Complementary color
Monochromatic Colors of #305ADC
Black with #305ADC
Text Example
Text Example
White with #305ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305ADC; }
p { color: rgb(48,90,220); }
H1.HeaderClassName
{
color: #305ADC;
}
.AnyTagClassName
{
color: #305ADC;
}
</style>
background-color css
<style>
a { background-color: #305ADC; }
a { background-color: rgb(48,90,220); }
div.DivClassName
{
background-color: #305ADC;
}
.BgClassName
{
background-color: #305ADC;
}
</style>
border-color css
<style>
span { border-color: #305ADC; }
span { border-color: rgb(48,90,220); }
td.TdClassName
{
border-color: #305ADC;
}
.TagClassName
{
border-color: #305ADC;
}
</style>