Shades of Royal Blue #2567FF
Tints of Royal Blue #2567FF
RGB
CMYK
RGB Variations
Color information
#2567FF (or 0x2567FF) is known color: Royal Blue. HEX triplet: 25, 67 and FF. RGB value is (37,103,255). Sum of RGB (Red+Green+Blue) = 37+103+255=395 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.37% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #2567FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2567FF is #DA9800. Grayscale: #636363. Windows color (decimal): -14325761 or 16738085. OLE color: 16738085.
HSL color Cylindrical-coordinate representation of color #2567FF: hue angle of 221.83º 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 #2567FF is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 103 | 255 | - |
| CMYK | 0.85 | 0.60 | 0 | 0 |
| HSL | 221.83º | 1% | 0.57% | - |
| HSV(B) | 221.83º | 0.85% | 1% | - |
| XYZ | 23.66 | 17.31 | 96.7 | - |
| YUV | 100.59 | 215.13 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 103 | 255 | 0.85 | 0.60 | 0 | 0 | 221.83 | 1 | 0.57 |
| Hex | 25 | 67 | FF | 55 | 3C | 0 | 0 | DE | 64 | 39 |
| Octal | 45 | 147 | 377 | 125 | 74 | 0 | 0 | 336 | 144 | 71 |
| Binary | 100101 | 1100111 | 11111111 | 1010101 | 111100 | 0 | 0 | 11011110 | 1100100 | 111001 |
Color Harmonies of #2567FF
Complementary color
Monochromatic Colors of #2567FF
Black with #2567FF
Text Example
Text Example
White with #2567FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2567FF; }
p { color: rgb(37,103,255); }
H1.HeaderClassName
{
color: #2567FF;
}
.AnyTagClassName
{
color: #2567FF;
}
</style>
background-color css
<style>
a { background-color: #2567FF; }
a { background-color: rgb(37,103,255); }
div.DivClassName
{
background-color: #2567FF;
}
.BgClassName
{
background-color: #2567FF;
}
</style>
border-color css
<style>
span { border-color: #2567FF; }
span { border-color: rgb(37,103,255); }
td.TdClassName
{
border-color: #2567FF;
}
.TagClassName
{
border-color: #2567FF;
}
</style>