Shades of Royal Blue #3071F8
Tints of Royal Blue #3071F8
RGB
CMYK
RGB Variations
Color information
#3071F8 (or 0x3071F8) is known color: Royal Blue. HEX triplet: 30, 71 and F8. RGB value is (48,113,248). Sum of RGB (Red+Green+Blue) = 48+113+248=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 248 (97.27% from 255 or 60.64% from 409); Max value from RGB is 248 - color contains mainly: blue. Hex color #3071F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3071F8 is #CF8E07. Grayscale: #6C6C6C. Windows color (decimal): -13602312 or 16281904. OLE color: 16281904.
HSL color Cylindrical-coordinate representation of color #3071F8: hue angle of 220.5º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3071F8 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 113 | 248 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.03 |
| HSL | 220.5º | 0.93% | 0.58% | - |
| HSV(B) | 220.5º | 0.81% | 0.97% | - |
| XYZ | 24.07 | 19.22 | 91.25 | - |
| YUV | 108.96 | 206.47 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 113 | 248 | 0.81 | 0.54 | 0 | 0.03 | 220.5 | 0.93 | 0.58 |
| Hex | 30 | 71 | F8 | 51 | 36 | 0 | 3 | DC | 5D | 3A |
| Octal | 60 | 161 | 370 | 121 | 66 | 0 | 3 | 334 | 135 | 72 |
| Binary | 110000 | 1110001 | 11111000 | 1010001 | 110110 | 0 | 11 | 11011100 | 1011101 | 111010 |
Color Harmonies of #3071F8
Complementary color
Monochromatic Colors of #3071F8
Black with #3071F8
Text Example
Text Example
White with #3071F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3071F8; }
p { color: rgb(48,113,248); }
H1.HeaderClassName
{
color: #3071F8;
}
.AnyTagClassName
{
color: #3071F8;
}
</style>
background-color css
<style>
a { background-color: #3071F8; }
a { background-color: rgb(48,113,248); }
div.DivClassName
{
background-color: #3071F8;
}
.BgClassName
{
background-color: #3071F8;
}
</style>
border-color css
<style>
span { border-color: #3071F8; }
span { border-color: rgb(48,113,248); }
td.TdClassName
{
border-color: #3071F8;
}
.TagClassName
{
border-color: #3071F8;
}
</style>