Shades of Royal Blue #2566FF
Tints of Royal Blue #2566FF
RGB
CMYK
RGB Variations
Color information
#2566FF (or 0x2566FF) is known color: Royal Blue. HEX triplet: 25, 66 and FF. RGB value is (37,102,255). Sum of RGB (Red+Green+Blue) = 37+102+255=394 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.39% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #2566FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2566FF is #DA9900. Grayscale: #636363. Windows color (decimal): -14326017 or 16737829. OLE color: 16737829.
HSL color Cylindrical-coordinate representation of color #2566FF: hue angle of 222.11º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2566FF is Cyan = 0.85, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 102 | 255 | - |
| CMYK | 0.85 | 0.6 | 0 | 0 |
| HSL | 222.11º | 1% | 0.57% | - |
| HSV(B) | 222.11º | 0.85% | 1% | - |
| XYZ | 23.56 | 17.12 | 96.67 | - |
| YUV | 100.01 | 215.47 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 102 | 255 | 0.85 | 0.6 | 0 | 0 | 222.11 | 1 | 0.57 |
| Hex | 25 | 66 | FF | 55 | 3C | 0 | 0 | DE | 64 | 39 |
| Octal | 45 | 146 | 377 | 125 | 74 | 0 | 0 | 336 | 144 | 71 |
| Binary | 100101 | 1100110 | 11111111 | 1010101 | 111100 | 0 | 0 | 11011110 | 1100100 | 111001 |
Color Harmonies of #2566FF
Complementary color
Monochromatic Colors of #2566FF
Black with #2566FF
Text Example
Text Example
White with #2566FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2566FF; }
p { color: rgb(37,102,255); }
H1.HeaderClassName
{
color: #2566FF;
}
.AnyTagClassName
{
color: #2566FF;
}
</style>
background-color css
<style>
a { background-color: #2566FF; }
a { background-color: rgb(37,102,255); }
div.DivClassName
{
background-color: #2566FF;
}
.BgClassName
{
background-color: #2566FF;
}
</style>
border-color css
<style>
span { border-color: #2566FF; }
span { border-color: rgb(37,102,255); }
td.TdClassName
{
border-color: #2566FF;
}
.TagClassName
{
border-color: #2566FF;
}
</style>