Shades of Royal Blue #307FDD
Tints of Royal Blue #307FDD
RGB
CMYK
RGB Variations
Color information
#307FDD (or 0x307FDD) is known color: Royal Blue. HEX triplet: 30, 7F and DD. RGB value is (48,127,221). Sum of RGB (Red+Green+Blue) = 48+127+221=396 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.12% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #307FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307FDD is #CF8022. Grayscale: #717171. Windows color (decimal): -13598755 or 14516016. OLE color: 14516016.
HSL color Cylindrical-coordinate representation of color #307FDD: hue angle of 212.6º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #307FDD is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 127 | 221 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.13 |
| HSL | 212.6º | 0.72% | 0.53% | - |
| HSV(B) | 212.6º | 0.78% | 0.87% | - |
| XYZ | 21.86 | 21.03 | 71.31 | - |
| YUV | 114.1 | 188.33 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 127 | 221 | 0.78 | 0.43 | 0 | 0.13 | 212.6 | 0.72 | 0.53 |
| Hex | 30 | 7F | DD | 4E | 2B | 0 | D | D5 | 48 | 35 |
| Octal | 60 | 177 | 335 | 116 | 53 | 0 | 15 | 325 | 110 | 65 |
| Binary | 110000 | 1111111 | 11011101 | 1001110 | 101011 | 0 | 1101 | 11010101 | 1001000 | 110101 |
Color Harmonies of #307FDD
Complementary color
Monochromatic Colors of #307FDD
Black with #307FDD
Text Example
Text Example
White with #307FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307FDD; }
p { color: rgb(48,127,221); }
H1.HeaderClassName
{
color: #307FDD;
}
.AnyTagClassName
{
color: #307FDD;
}
</style>
background-color css
<style>
a { background-color: #307FDD; }
a { background-color: rgb(48,127,221); }
div.DivClassName
{
background-color: #307FDD;
}
.BgClassName
{
background-color: #307FDD;
}
</style>
border-color css
<style>
span { border-color: #307FDD; }
span { border-color: rgb(48,127,221); }
td.TdClassName
{
border-color: #307FDD;
}
.TagClassName
{
border-color: #307FDD;
}
</style>