Shades of Royal Blue #1F66FB
Tints of Royal Blue #1F66FB
RGB
CMYK
RGB Variations
Color information
#1F66FB (or 0x1F66FB) is known color: Royal Blue. HEX triplet: 1F, 66 and FB. RGB value is (31,102,251). Sum of RGB (Red+Green+Blue) = 31+102+251=384 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.07% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F66FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F66FB is #E09904. Grayscale: #616161. Windows color (decimal): -14719237 or 16475679. OLE color: 16475679.
HSL color Cylindrical-coordinate representation of color #1F66FB: hue angle of 220.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F66FB is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 102 | 251 | - |
| CMYK | 0.88 | 0.59 | 0 | 0.02 |
| HSL | 220.64º | 0.96% | 0.55% | - |
| HSV(B) | 220.64º | 0.88% | 0.98% | - |
| XYZ | 22.73 | 16.76 | 93.3 | - |
| YUV | 97.76 | 214.48 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 251 | 0.88 | 0.59 | 0 | 0.02 | 220.64 | 0.96 | 0.55 |
| Hex | 1F | 66 | FB | 58 | 3B | 0 | 2 | DD | 60 | 37 |
| Octal | 37 | 146 | 373 | 130 | 73 | 0 | 2 | 335 | 140 | 67 |
| Binary | 11111 | 1100110 | 11111011 | 1011000 | 111011 | 0 | 10 | 11011101 | 1100000 | 110111 |
Color Harmonies of #1F66FB
Complementary color
Monochromatic Colors of #1F66FB
Black with #1F66FB
Text Example
Text Example
White with #1F66FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F66FB; }
p { color: rgb(31,102,251); }
H1.HeaderClassName
{
color: #1F66FB;
}
.AnyTagClassName
{
color: #1F66FB;
}
</style>
background-color css
<style>
a { background-color: #1F66FB; }
a { background-color: rgb(31,102,251); }
div.DivClassName
{
background-color: #1F66FB;
}
.BgClassName
{
background-color: #1F66FB;
}
</style>
border-color css
<style>
span { border-color: #1F66FB; }
span { border-color: rgb(31,102,251); }
td.TdClassName
{
border-color: #1F66FB;
}
.TagClassName
{
border-color: #1F66FB;
}
</style>