Shades of Royal Blue #2567FA
Tints of Royal Blue #2567FA
RGB
CMYK
RGB Variations
Color information
#2567FA (or 0x2567FA) is known color: Royal Blue. HEX triplet: 25, 67 and FA. RGB value is (37,103,250). Sum of RGB (Red+Green+Blue) = 37+103+250=390 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.49% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #2567FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2567FA is #DA9805. Grayscale: #636363. Windows color (decimal): -14325766 or 16410405. OLE color: 16410405.
HSL color Cylindrical-coordinate representation of color #2567FA: hue angle of 221.41º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2567FA is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 103 | 250 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.02 |
| HSL | 221.41º | 0.96% | 0.56% | - |
| HSV(B) | 221.41º | 0.85% | 0.98% | - |
| XYZ | 22.87 | 17 | 92.52 | - |
| YUV | 100.02 | 212.63 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 103 | 250 | 0.85 | 0.59 | 0 | 0.02 | 221.41 | 0.96 | 0.56 |
| Hex | 25 | 67 | FA | 55 | 3B | 0 | 2 | DD | 60 | 38 |
| Octal | 45 | 147 | 372 | 125 | 73 | 0 | 2 | 335 | 140 | 70 |
| Binary | 100101 | 1100111 | 11111010 | 1010101 | 111011 | 0 | 10 | 11011101 | 1100000 | 111000 |
Color Harmonies of #2567FA
Complementary color
Monochromatic Colors of #2567FA
Black with #2567FA
Text Example
Text Example
White with #2567FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2567FA; }
p { color: rgb(37,103,250); }
H1.HeaderClassName
{
color: #2567FA;
}
.AnyTagClassName
{
color: #2567FA;
}
</style>
background-color css
<style>
a { background-color: #2567FA; }
a { background-color: rgb(37,103,250); }
div.DivClassName
{
background-color: #2567FA;
}
.BgClassName
{
background-color: #2567FA;
}
</style>
border-color css
<style>
span { border-color: #2567FA; }
span { border-color: rgb(37,103,250); }
td.TdClassName
{
border-color: #2567FA;
}
.TagClassName
{
border-color: #2567FA;
}
</style>