Shades of Royal Blue #2656DF
Tints of Royal Blue #2656DF
RGB
CMYK
RGB Variations
Color information
#2656DF (or 0x2656DF) is known color: Royal Blue. HEX triplet: 26, 56 and DF. RGB value is (38,86,223). Sum of RGB (Red+Green+Blue) = 38+86+223=347 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.95% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #2656DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2656DF is #D9A920. Grayscale: #565656. Windows color (decimal): -14264609 or 14636582. OLE color: 14636582.
HSL color Cylindrical-coordinate representation of color #2656DF: hue angle of 224.43º degrees, saturation: 0.74, 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 #2656DF is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 86 | 223 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.13 |
| HSL | 224.43º | 0.74% | 0.51% | - |
| HSV(B) | 224.43º | 0.83% | 0.87% | - |
| XYZ | 17.45 | 12.4 | 71.29 | - |
| YUV | 87.27 | 204.6 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 86 | 223 | 0.83 | 0.61 | 0 | 0.13 | 224.43 | 0.74 | 0.51 |
| Hex | 26 | 56 | DF | 53 | 3D | 0 | D | E0 | 4A | 33 |
| Octal | 46 | 126 | 337 | 123 | 75 | 0 | 15 | 340 | 112 | 63 |
| Binary | 100110 | 1010110 | 11011111 | 1010011 | 111101 | 0 | 1101 | 11100000 | 1001010 | 110011 |
Color Harmonies of #2656DF
Complementary color
Monochromatic Colors of #2656DF
Black with #2656DF
Text Example
Text Example
White with #2656DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2656DF; }
p { color: rgb(38,86,223); }
H1.HeaderClassName
{
color: #2656DF;
}
.AnyTagClassName
{
color: #2656DF;
}
</style>
background-color css
<style>
a { background-color: #2656DF; }
a { background-color: rgb(38,86,223); }
div.DivClassName
{
background-color: #2656DF;
}
.BgClassName
{
background-color: #2656DF;
}
</style>
border-color css
<style>
span { border-color: #2656DF; }
span { border-color: rgb(38,86,223); }
td.TdClassName
{
border-color: #2656DF;
}
.TagClassName
{
border-color: #2656DF;
}
</style>