Shades of Royal Blue #3370F8
Tints of Royal Blue #3370F8
RGB
CMYK
RGB Variations
Color information
#3370F8 (or 0x3370F8) is known color: Royal Blue. HEX triplet: 33, 70 and F8. RGB value is (51,112,248). Sum of RGB (Red+Green+Blue) = 51+112+248=411 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.41% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 248 (97.27% from 255 or 60.34% from 411); Max value from RGB is 248 - color contains mainly: blue. Hex color #3370F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3370F8 is #CC8F07. Grayscale: #6C6C6C. Windows color (decimal): -13405960 or 16281651. OLE color: 16281651.
HSL color Cylindrical-coordinate representation of color #3370F8: hue angle of 221.42º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3370F8 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 51 | 112 | 248 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.03 |
| HSL | 221.42º | 0.93% | 0.59% | - |
| HSV(B) | 221.42º | 0.79% | 0.97% | - |
| XYZ | 24.1 | 19.07 | 91.22 | - |
| YUV | 109.27 | 206.29 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 112 | 248 | 0.79 | 0.55 | 0 | 0.03 | 221.42 | 0.93 | 0.59 |
| Hex | 33 | 70 | F8 | 4F | 37 | 0 | 3 | DD | 5D | 3B |
| Octal | 63 | 160 | 370 | 117 | 67 | 0 | 3 | 335 | 135 | 73 |
| Binary | 110011 | 1110000 | 11111000 | 1001111 | 110111 | 0 | 11 | 11011101 | 1011101 | 111011 |
Color Harmonies of #3370F8
Complementary color
Monochromatic Colors of #3370F8
Black with #3370F8
Text Example
Text Example
White with #3370F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3370F8; }
p { color: rgb(51,112,248); }
H1.HeaderClassName
{
color: #3370F8;
}
.AnyTagClassName
{
color: #3370F8;
}
</style>
background-color css
<style>
a { background-color: #3370F8; }
a { background-color: rgb(51,112,248); }
div.DivClassName
{
background-color: #3370F8;
}
.BgClassName
{
background-color: #3370F8;
}
</style>
border-color css
<style>
span { border-color: #3370F8; }
span { border-color: rgb(51,112,248); }
td.TdClassName
{
border-color: #3370F8;
}
.TagClassName
{
border-color: #3370F8;
}
</style>