Shades of Royal Blue #2568DD
Tints of Royal Blue #2568DD
RGB
CMYK
RGB Variations
Color information
#2568DD (or 0x2568DD) is known color: Royal Blue. HEX triplet: 25, 68 and DD. RGB value is (37,104,221). Sum of RGB (Red+Green+Blue) = 37+104+221=362 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.22% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #2568DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2568DD is #DA9722. Grayscale: #606060. Windows color (decimal): -14325539 or 14510117. OLE color: 14510117.
HSL color Cylindrical-coordinate representation of color #2568DD: hue angle of 218.15º 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 #2568DD is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 104 | 221 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.13 |
| HSL | 218.15º | 0.73% | 0.51% | - |
| HSV(B) | 218.15º | 0.83% | 0.87% | - |
| XYZ | 18.76 | 15.51 | 70.41 | - |
| YUV | 97.31 | 197.8 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 104 | 221 | 0.83 | 0.53 | 0 | 0.13 | 218.15 | 0.73 | 0.51 |
| Hex | 25 | 68 | DD | 53 | 35 | 0 | D | DA | 49 | 33 |
| Octal | 45 | 150 | 335 | 123 | 65 | 0 | 15 | 332 | 111 | 63 |
| Binary | 100101 | 1101000 | 11011101 | 1010011 | 110101 | 0 | 1101 | 11011010 | 1001001 | 110011 |
Color Harmonies of #2568DD
Complementary color
Monochromatic Colors of #2568DD
Black with #2568DD
Text Example
Text Example
White with #2568DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2568DD; }
p { color: rgb(37,104,221); }
H1.HeaderClassName
{
color: #2568DD;
}
.AnyTagClassName
{
color: #2568DD;
}
</style>
background-color css
<style>
a { background-color: #2568DD; }
a { background-color: rgb(37,104,221); }
div.DivClassName
{
background-color: #2568DD;
}
.BgClassName
{
background-color: #2568DD;
}
</style>
border-color css
<style>
span { border-color: #2568DD; }
span { border-color: rgb(37,104,221); }
td.TdClassName
{
border-color: #2568DD;
}
.TagClassName
{
border-color: #2568DD;
}
</style>