Shades of Royal Blue #2566FC
Tints of Royal Blue #2566FC
RGB
CMYK
RGB Variations
Color information
#2566FC (or 0x2566FC) is known color: Royal Blue. HEX triplet: 25, 66 and FC. RGB value is (37,102,252). Sum of RGB (Red+Green+Blue) = 37+102+252=391 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.46% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #2566FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2566FC is #DA9903. Grayscale: #636363. Windows color (decimal): -14326020 or 16541221. OLE color: 16541221.
HSL color Cylindrical-coordinate representation of color #2566FC: hue angle of 221.86º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2566FC is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 102 | 252 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.01 |
| HSL | 221.86º | 0.97% | 0.57% | - |
| HSV(B) | 221.86º | 0.85% | 0.99% | - |
| XYZ | 23.09 | 16.92 | 94.15 | - |
| YUV | 99.67 | 213.97 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 102 | 252 | 0.85 | 0.60 | 0 | 0.01 | 221.86 | 0.97 | 0.57 |
| Hex | 25 | 66 | FC | 55 | 3C | 0 | 1 | DE | 61 | 39 |
| Octal | 45 | 146 | 374 | 125 | 74 | 0 | 1 | 336 | 141 | 71 |
| Binary | 100101 | 1100110 | 11111100 | 1010101 | 111100 | 0 | 1 | 11011110 | 1100001 | 111001 |
Color Harmonies of #2566FC
Complementary color
Monochromatic Colors of #2566FC
Black with #2566FC
Text Example
Text Example
White with #2566FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2566FC; }
p { color: rgb(37,102,252); }
H1.HeaderClassName
{
color: #2566FC;
}
.AnyTagClassName
{
color: #2566FC;
}
</style>
background-color css
<style>
a { background-color: #2566FC; }
a { background-color: rgb(37,102,252); }
div.DivClassName
{
background-color: #2566FC;
}
.BgClassName
{
background-color: #2566FC;
}
</style>
border-color css
<style>
span { border-color: #2566FC; }
span { border-color: rgb(37,102,252); }
td.TdClassName
{
border-color: #2566FC;
}
.TagClassName
{
border-color: #2566FC;
}
</style>