Shades of Royal Blue #3072FA
Tints of Royal Blue #3072FA
RGB
CMYK
RGB Variations
Color information
#3072FA (or 0x3072FA) is known color: Royal Blue. HEX triplet: 30, 72 and FA. RGB value is (48,114,250). Sum of RGB (Red+Green+Blue) = 48+114+250=412 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.65% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #3072FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3072FA is #CF8D05. Grayscale: #6D6D6D. Windows color (decimal): -13602054 or 16413232. OLE color: 16413232.
HSL color Cylindrical-coordinate representation of color #3072FA: hue angle of 220.4º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3072FA is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 114 | 250 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.02 |
| HSL | 220.4º | 0.95% | 0.58% | - |
| HSV(B) | 220.4º | 0.81% | 0.98% | - |
| XYZ | 24.49 | 19.57 | 92.93 | - |
| YUV | 109.77 | 207.13 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 114 | 250 | 0.81 | 0.54 | 0 | 0.02 | 220.4 | 0.95 | 0.58 |
| Hex | 30 | 72 | FA | 51 | 36 | 0 | 2 | DC | 5F | 3A |
| Octal | 60 | 162 | 372 | 121 | 66 | 0 | 2 | 334 | 137 | 72 |
| Binary | 110000 | 1110010 | 11111010 | 1010001 | 110110 | 0 | 10 | 11011100 | 1011111 | 111010 |
Color Harmonies of #3072FA
Complementary color
Monochromatic Colors of #3072FA
Black with #3072FA
Text Example
Text Example
White with #3072FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3072FA; }
p { color: rgb(48,114,250); }
H1.HeaderClassName
{
color: #3072FA;
}
.AnyTagClassName
{
color: #3072FA;
}
</style>
background-color css
<style>
a { background-color: #3072FA; }
a { background-color: rgb(48,114,250); }
div.DivClassName
{
background-color: #3072FA;
}
.BgClassName
{
background-color: #3072FA;
}
</style>
border-color css
<style>
span { border-color: #3072FA; }
span { border-color: rgb(48,114,250); }
td.TdClassName
{
border-color: #3072FA;
}
.TagClassName
{
border-color: #3072FA;
}
</style>