Shades of Royal Blue #2567FD
Tints of Royal Blue #2567FD
RGB
CMYK
RGB Variations
Color information
#2567FD (or 0x2567FD) is known color: Royal Blue. HEX triplet: 25, 67 and FD. RGB value is (37,103,253). Sum of RGB (Red+Green+Blue) = 37+103+253=393 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.41% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #2567FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2567FD is #DA9802. Grayscale: #636363. Windows color (decimal): -14325763 or 16607013. OLE color: 16607013.
HSL color Cylindrical-coordinate representation of color #2567FD: hue angle of 221.67º degrees, saturation: 0.98, 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 #2567FD is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 103 | 253 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.01 |
| HSL | 221.67º | 0.98% | 0.57% | - |
| HSV(B) | 221.67º | 0.85% | 0.99% | - |
| XYZ | 23.34 | 17.19 | 95.02 | - |
| YUV | 100.37 | 214.13 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 103 | 253 | 0.85 | 0.59 | 0 | 0.01 | 221.67 | 0.98 | 0.57 |
| Hex | 25 | 67 | FD | 55 | 3B | 0 | 1 | DE | 62 | 39 |
| Octal | 45 | 147 | 375 | 125 | 73 | 0 | 1 | 336 | 142 | 71 |
| Binary | 100101 | 1100111 | 11111101 | 1010101 | 111011 | 0 | 1 | 11011110 | 1100010 | 111001 |
Color Harmonies of #2567FD
Complementary color
Monochromatic Colors of #2567FD
Black with #2567FD
Text Example
Text Example
White with #2567FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2567FD; }
p { color: rgb(37,103,253); }
H1.HeaderClassName
{
color: #2567FD;
}
.AnyTagClassName
{
color: #2567FD;
}
</style>
background-color css
<style>
a { background-color: #2567FD; }
a { background-color: rgb(37,103,253); }
div.DivClassName
{
background-color: #2567FD;
}
.BgClassName
{
background-color: #2567FD;
}
</style>
border-color css
<style>
span { border-color: #2567FD; }
span { border-color: rgb(37,103,253); }
td.TdClassName
{
border-color: #2567FD;
}
.TagClassName
{
border-color: #2567FD;
}
</style>