Shades of Royal Blue #2566EB
Tints of Royal Blue #2566EB
RGB
CMYK
RGB Variations
Color information
#2566EB (or 0x2566EB) is known color: Royal Blue. HEX triplet: 25, 66 and EB. RGB value is (37,102,235). Sum of RGB (Red+Green+Blue) = 37+102+235=374 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.89% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 235 (92.19% from 255 or 62.83% from 374); Max value from RGB is 235 - color contains mainly: blue. Hex color #2566EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2566EB is #DA9914. Grayscale: #616161. Windows color (decimal): -14326037 or 15427109. OLE color: 15427109.
HSL color Cylindrical-coordinate representation of color #2566EB: hue angle of 220.3º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2566EB is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 102 | 235 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.08 |
| HSL | 220.3º | 0.83% | 0.53% | - |
| HSV(B) | 220.3º | 0.84% | 0.92% | - |
| XYZ | 20.51 | 15.89 | 80.58 | - |
| YUV | 97.73 | 205.47 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 102 | 235 | 0.84 | 0.57 | 0 | 0.08 | 220.3 | 0.83 | 0.53 |
| Hex | 25 | 66 | EB | 54 | 39 | 0 | 8 | DC | 53 | 35 |
| Octal | 45 | 146 | 353 | 124 | 71 | 0 | 10 | 334 | 123 | 65 |
| Binary | 100101 | 1100110 | 11101011 | 1010100 | 111001 | 0 | 1000 | 11011100 | 1010011 | 110101 |
Color Harmonies of #2566EB
Complementary color
Monochromatic Colors of #2566EB
Black with #2566EB
Text Example
Text Example
White with #2566EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2566EB; }
p { color: rgb(37,102,235); }
H1.HeaderClassName
{
color: #2566EB;
}
.AnyTagClassName
{
color: #2566EB;
}
</style>
background-color css
<style>
a { background-color: #2566EB; }
a { background-color: rgb(37,102,235); }
div.DivClassName
{
background-color: #2566EB;
}
.BgClassName
{
background-color: #2566EB;
}
</style>
border-color css
<style>
span { border-color: #2566EB; }
span { border-color: rgb(37,102,235); }
td.TdClassName
{
border-color: #2566EB;
}
.TagClassName
{
border-color: #2566EB;
}
</style>