Shades of Royal Blue #3072FE
Tints of Royal Blue #3072FE
RGB
CMYK
RGB Variations
Color information
#3072FE (or 0x3072FE) is known color: Royal Blue. HEX triplet: 30, 72 and FE. RGB value is (48,114,254). Sum of RGB (Red+Green+Blue) = 48+114+254=416 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.54% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #3072FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3072FE is #CF8D01. Grayscale: #6D6D6D. Windows color (decimal): -13602050 or 16675376. OLE color: 16675376.
HSL color Cylindrical-coordinate representation of color #3072FE: hue angle of 220.78º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3072FE is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 114 | 254 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.00 |
| HSL | 220.78º | 0.99% | 0.59% | - |
| HSV(B) | 220.78º | 0.81% | 1% | - |
| XYZ | 25.13 | 19.82 | 96.27 | - |
| YUV | 110.23 | 209.13 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 114 | 254 | 0.81 | 0.55 | 0 | 0.00 | 220.78 | 0.99 | 0.59 |
| Hex | 30 | 72 | FE | 51 | 37 | 0 | 0 | DD | 63 | 3B |
| Octal | 60 | 162 | 376 | 121 | 67 | 0 | 0 | 335 | 143 | 73 |
| Binary | 110000 | 1110010 | 11111110 | 1010001 | 110111 | 0 | 0 | 11011101 | 1100011 | 111011 |
Color Harmonies of #3072FE
Complementary color
Monochromatic Colors of #3072FE
Black with #3072FE
Text Example
Text Example
White with #3072FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3072FE; }
p { color: rgb(48,114,254); }
H1.HeaderClassName
{
color: #3072FE;
}
.AnyTagClassName
{
color: #3072FE;
}
</style>
background-color css
<style>
a { background-color: #3072FE; }
a { background-color: rgb(48,114,254); }
div.DivClassName
{
background-color: #3072FE;
}
.BgClassName
{
background-color: #3072FE;
}
</style>
border-color css
<style>
span { border-color: #3072FE; }
span { border-color: rgb(48,114,254); }
td.TdClassName
{
border-color: #3072FE;
}
.TagClassName
{
border-color: #3072FE;
}
</style>