Shades of Royal Blue #3072FF
Tints of Royal Blue #3072FF
RGB
CMYK
RGB Variations
Color information
#3072FF (or 0x3072FF) is known color: Royal Blue. HEX triplet: 30, 72 and FF. RGB value is (48,114,255). Sum of RGB (Red+Green+Blue) = 48+114+255=417 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.51% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #3072FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3072FF is #CF8D00. Grayscale: #6D6D6D. Windows color (decimal): -13602049 or 16740912. OLE color: 16740912.
HSL color Cylindrical-coordinate representation of color #3072FF: hue angle of 220.87º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3072FF is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 114 | 255 | - |
| CMYK | 0.81 | 0.55 | 0 | 0 |
| HSL | 220.87º | 1% | 0.59% | - |
| HSV(B) | 220.87º | 0.81% | 1% | - |
| XYZ | 25.29 | 19.88 | 97.11 | - |
| YUV | 110.34 | 209.63 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 114 | 255 | 0.81 | 0.55 | 0 | 0 | 220.87 | 1 | 0.59 |
| Hex | 30 | 72 | FF | 51 | 37 | 0 | 0 | DD | 64 | 3B |
| Octal | 60 | 162 | 377 | 121 | 67 | 0 | 0 | 335 | 144 | 73 |
| Binary | 110000 | 1110010 | 11111111 | 1010001 | 110111 | 0 | 0 | 11011101 | 1100100 | 111011 |
Color Harmonies of #3072FF
Complementary color
Monochromatic Colors of #3072FF
Black with #3072FF
Text Example
Text Example
White with #3072FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3072FF; }
p { color: rgb(48,114,255); }
H1.HeaderClassName
{
color: #3072FF;
}
.AnyTagClassName
{
color: #3072FF;
}
</style>
background-color css
<style>
a { background-color: #3072FF; }
a { background-color: rgb(48,114,255); }
div.DivClassName
{
background-color: #3072FF;
}
.BgClassName
{
background-color: #3072FF;
}
</style>
border-color css
<style>
span { border-color: #3072FF; }
span { border-color: rgb(48,114,255); }
td.TdClassName
{
border-color: #3072FF;
}
.TagClassName
{
border-color: #3072FF;
}
</style>