Shades of Royal Blue #307FDF
Tints of Royal Blue #307FDF
RGB
CMYK
RGB Variations
Color information
#307FDF (or 0x307FDF) is known color: Royal Blue. HEX triplet: 30, 7F and DF. RGB value is (48,127,223). Sum of RGB (Red+Green+Blue) = 48+127+223=398 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.06% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #307FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307FDF is #CF8020. Grayscale: #717171. Windows color (decimal): -13598753 or 14647088. OLE color: 14647088.
HSL color Cylindrical-coordinate representation of color #307FDF: hue angle of 212.91º degrees, saturation: 0.73, 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 #307FDF is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 127 | 223 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.13 |
| HSL | 212.91º | 0.73% | 0.53% | - |
| HSV(B) | 212.91º | 0.78% | 0.87% | - |
| XYZ | 22.13 | 21.13 | 72.73 | - |
| YUV | 114.32 | 189.33 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 127 | 223 | 0.78 | 0.43 | 0 | 0.13 | 212.91 | 0.73 | 0.53 |
| Hex | 30 | 7F | DF | 4E | 2B | 0 | D | D5 | 49 | 35 |
| Octal | 60 | 177 | 337 | 116 | 53 | 0 | 15 | 325 | 111 | 65 |
| Binary | 110000 | 1111111 | 11011111 | 1001110 | 101011 | 0 | 1101 | 11010101 | 1001001 | 110101 |
Color Harmonies of #307FDF
Complementary color
Monochromatic Colors of #307FDF
Black with #307FDF
Text Example
Text Example
White with #307FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307FDF; }
p { color: rgb(48,127,223); }
H1.HeaderClassName
{
color: #307FDF;
}
.AnyTagClassName
{
color: #307FDF;
}
</style>
background-color css
<style>
a { background-color: #307FDF; }
a { background-color: rgb(48,127,223); }
div.DivClassName
{
background-color: #307FDF;
}
.BgClassName
{
background-color: #307FDF;
}
</style>
border-color css
<style>
span { border-color: #307FDF; }
span { border-color: rgb(48,127,223); }
td.TdClassName
{
border-color: #307FDF;
}
.TagClassName
{
border-color: #307FDF;
}
</style>