Shades of Royal Blue #2568FF
Tints of Royal Blue #2568FF
RGB
CMYK
RGB Variations
Color information
#2568FF (or 0x2568FF) is known color: Royal Blue. HEX triplet: 25, 68 and FF. RGB value is (37,104,255). Sum of RGB (Red+Green+Blue) = 37+104+255=396 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.34% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #2568FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2568FF is #DA9700. Grayscale: #646464. Windows color (decimal): -14325505 or 16738341. OLE color: 16738341.
HSL color Cylindrical-coordinate representation of color #2568FF: hue angle of 221.56º 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 #2568FF is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 104 | 255 | - |
| CMYK | 0.85 | 0.59 | 0 | 0 |
| HSL | 221.56º | 1% | 0.57% | - |
| HSV(B) | 221.56º | 0.85% | 1% | - |
| XYZ | 23.76 | 17.51 | 96.74 | - |
| YUV | 101.18 | 214.8 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 104 | 255 | 0.85 | 0.59 | 0 | 0 | 221.56 | 1 | 0.57 |
| Hex | 25 | 68 | FF | 55 | 3B | 0 | 0 | DE | 64 | 39 |
| Octal | 45 | 150 | 377 | 125 | 73 | 0 | 0 | 336 | 144 | 71 |
| Binary | 100101 | 1101000 | 11111111 | 1010101 | 111011 | 0 | 0 | 11011110 | 1100100 | 111001 |
Color Harmonies of #2568FF
Complementary color
Monochromatic Colors of #2568FF
Black with #2568FF
Text Example
Text Example
White with #2568FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2568FF; }
p { color: rgb(37,104,255); }
H1.HeaderClassName
{
color: #2568FF;
}
.AnyTagClassName
{
color: #2568FF;
}
</style>
background-color css
<style>
a { background-color: #2568FF; }
a { background-color: rgb(37,104,255); }
div.DivClassName
{
background-color: #2568FF;
}
.BgClassName
{
background-color: #2568FF;
}
</style>
border-color css
<style>
span { border-color: #2568FF; }
span { border-color: rgb(37,104,255); }
td.TdClassName
{
border-color: #2568FF;
}
.TagClassName
{
border-color: #2568FF;
}
</style>