Shades of Royal Blue #2567FC
Tints of Royal Blue #2567FC
RGB
CMYK
RGB Variations
Color information
#2567FC (or 0x2567FC) is known color: Royal Blue. HEX triplet: 25, 67 and FC. RGB value is (37,103,252). Sum of RGB (Red+Green+Blue) = 37+103+252=392 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.44% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #2567FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2567FC is #DA9803. Grayscale: #636363. Windows color (decimal): -14325764 or 16541477. OLE color: 16541477.
HSL color Cylindrical-coordinate representation of color #2567FC: hue angle of 221.58º 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 #2567FC is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 103 | 252 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.01 |
| HSL | 221.58º | 0.97% | 0.57% | - |
| HSV(B) | 221.58º | 0.85% | 0.99% | - |
| XYZ | 23.18 | 17.12 | 94.18 | - |
| YUV | 100.25 | 213.63 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 103 | 252 | 0.85 | 0.59 | 0 | 0.01 | 221.58 | 0.97 | 0.57 |
| Hex | 25 | 67 | FC | 55 | 3B | 0 | 1 | DE | 61 | 39 |
| Octal | 45 | 147 | 374 | 125 | 73 | 0 | 1 | 336 | 141 | 71 |
| Binary | 100101 | 1100111 | 11111100 | 1010101 | 111011 | 0 | 1 | 11011110 | 1100001 | 111001 |
Color Harmonies of #2567FC
Complementary color
Monochromatic Colors of #2567FC
Black with #2567FC
Text Example
Text Example
White with #2567FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2567FC; }
p { color: rgb(37,103,252); }
H1.HeaderClassName
{
color: #2567FC;
}
.AnyTagClassName
{
color: #2567FC;
}
</style>
background-color css
<style>
a { background-color: #2567FC; }
a { background-color: rgb(37,103,252); }
div.DivClassName
{
background-color: #2567FC;
}
.BgClassName
{
background-color: #2567FC;
}
</style>
border-color css
<style>
span { border-color: #2567FC; }
span { border-color: rgb(37,103,252); }
td.TdClassName
{
border-color: #2567FC;
}
.TagClassName
{
border-color: #2567FC;
}
</style>