Shades of Royal Blue #2568EC
Tints of Royal Blue #2568EC
RGB
CMYK
RGB Variations
Color information
#2568EC (or 0x2568EC) is known color: Royal Blue. HEX triplet: 25, 68 and EC. RGB value is (37,104,236). Sum of RGB (Red+Green+Blue) = 37+104+236=377 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.81% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 236 (92.58% from 255 or 62.60% from 377); Max value from RGB is 236 - color contains mainly: blue. Hex color #2568EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2568EC is #DA9713. Grayscale: #626262. Windows color (decimal): -14325524 or 15493157. OLE color: 15493157.
HSL color Cylindrical-coordinate representation of color #2568EC: hue angle of 219.8º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2568EC is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 104 | 236 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.07 |
| HSL | 219.8º | 0.84% | 0.54% | - |
| HSV(B) | 219.8º | 0.84% | 0.93% | - |
| XYZ | 20.85 | 16.35 | 81.41 | - |
| YUV | 99.02 | 205.3 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 104 | 236 | 0.84 | 0.56 | 0 | 0.07 | 219.8 | 0.84 | 0.54 |
| Hex | 25 | 68 | EC | 54 | 38 | 0 | 7 | DC | 54 | 36 |
| Octal | 45 | 150 | 354 | 124 | 70 | 0 | 7 | 334 | 124 | 66 |
| Binary | 100101 | 1101000 | 11101100 | 1010100 | 111000 | 0 | 111 | 11011100 | 1010100 | 110110 |
Color Harmonies of #2568EC
Complementary color
Monochromatic Colors of #2568EC
Black with #2568EC
Text Example
Text Example
White with #2568EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2568EC; }
p { color: rgb(37,104,236); }
H1.HeaderClassName
{
color: #2568EC;
}
.AnyTagClassName
{
color: #2568EC;
}
</style>
background-color css
<style>
a { background-color: #2568EC; }
a { background-color: rgb(37,104,236); }
div.DivClassName
{
background-color: #2568EC;
}
.BgClassName
{
background-color: #2568EC;
}
</style>
border-color css
<style>
span { border-color: #2568EC; }
span { border-color: rgb(37,104,236); }
td.TdClassName
{
border-color: #2568EC;
}
.TagClassName
{
border-color: #2568EC;
}
</style>