Shades of Royal Blue #2567DD
Tints of Royal Blue #2567DD
RGB
CMYK
RGB Variations
Color information
#2567DD (or 0x2567DD) is known color: Royal Blue. HEX triplet: 25, 67 and DD. RGB value is (37,103,221). Sum of RGB (Red+Green+Blue) = 37+103+221=361 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.25% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #2567DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2567DD is #DA9822. Grayscale: #606060. Windows color (decimal): -14325795 or 14509861. OLE color: 14509861.
HSL color Cylindrical-coordinate representation of color #2567DD: hue angle of 218.48º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2567DD is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 103 | 221 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.13 |
| HSL | 218.48º | 0.73% | 0.51% | - |
| HSV(B) | 218.48º | 0.83% | 0.87% | - |
| XYZ | 18.66 | 15.31 | 70.38 | - |
| YUV | 96.72 | 198.13 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 103 | 221 | 0.83 | 0.53 | 0 | 0.13 | 218.48 | 0.73 | 0.51 |
| Hex | 25 | 67 | DD | 53 | 35 | 0 | D | DA | 49 | 33 |
| Octal | 45 | 147 | 335 | 123 | 65 | 0 | 15 | 332 | 111 | 63 |
| Binary | 100101 | 1100111 | 11011101 | 1010011 | 110101 | 0 | 1101 | 11011010 | 1001001 | 110011 |
Color Harmonies of #2567DD
Complementary color
Monochromatic Colors of #2567DD
Black with #2567DD
Text Example
Text Example
White with #2567DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2567DD; }
p { color: rgb(37,103,221); }
H1.HeaderClassName
{
color: #2567DD;
}
.AnyTagClassName
{
color: #2567DD;
}
</style>
background-color css
<style>
a { background-color: #2567DD; }
a { background-color: rgb(37,103,221); }
div.DivClassName
{
background-color: #2567DD;
}
.BgClassName
{
background-color: #2567DD;
}
</style>
border-color css
<style>
span { border-color: #2567DD; }
span { border-color: rgb(37,103,221); }
td.TdClassName
{
border-color: #2567DD;
}
.TagClassName
{
border-color: #2567DD;
}
</style>