Shades of Royal Blue #307EDF
Tints of Royal Blue #307EDF
RGB
CMYK
RGB Variations
Color information
#307EDF (or 0x307EDF) is known color: Royal Blue. HEX triplet: 30, 7E and DF. RGB value is (48,126,223). Sum of RGB (Red+Green+Blue) = 48+126+223=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #307EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307EDF is #CF8120. Grayscale: #717171. Windows color (decimal): -13599009 or 14646832. OLE color: 14646832.
HSL color Cylindrical-coordinate representation of color #307EDF: hue angle of 213.26º 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 #307EDF is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 126 | 223 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.13 |
| HSL | 213.26º | 0.73% | 0.53% | - |
| HSV(B) | 213.26º | 0.78% | 0.87% | - |
| XYZ | 22 | 20.88 | 72.68 | - |
| YUV | 113.74 | 189.66 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 126 | 223 | 0.78 | 0.43 | 0 | 0.13 | 213.26 | 0.73 | 0.53 |
| Hex | 30 | 7E | DF | 4E | 2B | 0 | D | D5 | 49 | 35 |
| Octal | 60 | 176 | 337 | 116 | 53 | 0 | 15 | 325 | 111 | 65 |
| Binary | 110000 | 1111110 | 11011111 | 1001110 | 101011 | 0 | 1101 | 11010101 | 1001001 | 110101 |
Color Harmonies of #307EDF
Complementary color
Monochromatic Colors of #307EDF
Black with #307EDF
Text Example
Text Example
White with #307EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307EDF; }
p { color: rgb(48,126,223); }
H1.HeaderClassName
{
color: #307EDF;
}
.AnyTagClassName
{
color: #307EDF;
}
</style>
background-color css
<style>
a { background-color: #307EDF; }
a { background-color: rgb(48,126,223); }
div.DivClassName
{
background-color: #307EDF;
}
.BgClassName
{
background-color: #307EDF;
}
</style>
border-color css
<style>
span { border-color: #307EDF; }
span { border-color: rgb(48,126,223); }
td.TdClassName
{
border-color: #307EDF;
}
.TagClassName
{
border-color: #307EDF;
}
</style>