Shades of Royal Blue #2568FC
Tints of Royal Blue #2568FC
RGB
CMYK
RGB Variations
Color information
#2568FC (or 0x2568FC) is known color: Royal Blue. HEX triplet: 25, 68 and FC. RGB value is (37,104,252). Sum of RGB (Red+Green+Blue) = 37+104+252=393 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.41% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #2568FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2568FC is #DA9703. Grayscale: #646464. Windows color (decimal): -14325508 or 16541733. OLE color: 16541733.
HSL color Cylindrical-coordinate representation of color #2568FC: hue angle of 221.3º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2568FC is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 104 | 252 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.01 |
| HSL | 221.3º | 0.97% | 0.57% | - |
| HSV(B) | 221.3º | 0.85% | 0.99% | - |
| XYZ | 23.28 | 17.32 | 94.21 | - |
| YUV | 100.84 | 213.3 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 104 | 252 | 0.85 | 0.59 | 0 | 0.01 | 221.3 | 0.97 | 0.57 |
| Hex | 25 | 68 | FC | 55 | 3B | 0 | 1 | DD | 61 | 39 |
| Octal | 45 | 150 | 374 | 125 | 73 | 0 | 1 | 335 | 141 | 71 |
| Binary | 100101 | 1101000 | 11111100 | 1010101 | 111011 | 0 | 1 | 11011101 | 1100001 | 111001 |
Color Harmonies of #2568FC
Complementary color
Monochromatic Colors of #2568FC
Black with #2568FC
Text Example
Text Example
White with #2568FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2568FC; }
p { color: rgb(37,104,252); }
H1.HeaderClassName
{
color: #2568FC;
}
.AnyTagClassName
{
color: #2568FC;
}
</style>
background-color css
<style>
a { background-color: #2568FC; }
a { background-color: rgb(37,104,252); }
div.DivClassName
{
background-color: #2568FC;
}
.BgClassName
{
background-color: #2568FC;
}
</style>
border-color css
<style>
span { border-color: #2568FC; }
span { border-color: rgb(37,104,252); }
td.TdClassName
{
border-color: #2568FC;
}
.TagClassName
{
border-color: #2568FC;
}
</style>