Shades of Royal Blue #2569EA
Tints of Royal Blue #2569EA
RGB
CMYK
RGB Variations
Color information
#2569EA (or 0x2569EA) is known color: Royal Blue. HEX triplet: 25, 69 and EA. RGB value is (37,105,234). Sum of RGB (Red+Green+Blue) = 37+105+234=376 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.84% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #2569EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2569EA is #DA9615. Grayscale: #626262. Windows color (decimal): -14325270 or 15362341. OLE color: 15362341.
HSL color Cylindrical-coordinate representation of color #2569EA: hue angle of 219.29º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2569EA is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 105 | 234 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.08 |
| HSL | 219.29º | 0.82% | 0.53% | - |
| HSV(B) | 219.29º | 0.84% | 0.92% | - |
| XYZ | 20.67 | 16.44 | 79.93 | - |
| YUV | 99.37 | 203.97 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 105 | 234 | 0.84 | 0.55 | 0 | 0.08 | 219.29 | 0.82 | 0.53 |
| Hex | 25 | 69 | EA | 54 | 37 | 0 | 8 | DB | 52 | 35 |
| Octal | 45 | 151 | 352 | 124 | 67 | 0 | 10 | 333 | 122 | 65 |
| Binary | 100101 | 1101001 | 11101010 | 1010100 | 110111 | 0 | 1000 | 11011011 | 1010010 | 110101 |
Color Harmonies of #2569EA
Complementary color
Monochromatic Colors of #2569EA
Black with #2569EA
Text Example
Text Example
White with #2569EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2569EA; }
p { color: rgb(37,105,234); }
H1.HeaderClassName
{
color: #2569EA;
}
.AnyTagClassName
{
color: #2569EA;
}
</style>
background-color css
<style>
a { background-color: #2569EA; }
a { background-color: rgb(37,105,234); }
div.DivClassName
{
background-color: #2569EA;
}
.BgClassName
{
background-color: #2569EA;
}
</style>
border-color css
<style>
span { border-color: #2569EA; }
span { border-color: rgb(37,105,234); }
td.TdClassName
{
border-color: #2569EA;
}
.TagClassName
{
border-color: #2569EA;
}
</style>