Shades of Royal Blue #257CDE
Tints of Royal Blue #257CDE
RGB
CMYK
RGB Variations
Color information
#257CDE (or 0x257CDE) is known color: Royal Blue. HEX triplet: 25, 7C and DE. RGB value is (37,124,222). Sum of RGB (Red+Green+Blue) = 37+124+222=383 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.66% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #257CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257CDE is #DA8321. Grayscale: #6C6C6C. Windows color (decimal): -14320418 or 14580773. OLE color: 14580773.
HSL color Cylindrical-coordinate representation of color #257CDE: hue angle of 211.78º 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 #257CDE is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 124 | 222 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.13 |
| HSL | 211.78º | 0.74% | 0.51% | - |
| HSV(B) | 211.78º | 0.83% | 0.87% | - |
| XYZ | 21.16 | 20.08 | 71.87 | - |
| YUV | 109.16 | 191.68 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 222 | 0.83 | 0.44 | 0 | 0.13 | 211.78 | 0.74 | 0.51 |
| Hex | 25 | 7C | DE | 53 | 2C | 0 | D | D4 | 4A | 33 |
| Octal | 45 | 174 | 336 | 123 | 54 | 0 | 15 | 324 | 112 | 63 |
| Binary | 100101 | 1111100 | 11011110 | 1010011 | 101100 | 0 | 1101 | 11010100 | 1001010 | 110011 |
Color Harmonies of #257CDE
Complementary color
Monochromatic Colors of #257CDE
Black with #257CDE
Text Example
Text Example
White with #257CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257CDE; }
p { color: rgb(37,124,222); }
H1.HeaderClassName
{
color: #257CDE;
}
.AnyTagClassName
{
color: #257CDE;
}
</style>
background-color css
<style>
a { background-color: #257CDE; }
a { background-color: rgb(37,124,222); }
div.DivClassName
{
background-color: #257CDE;
}
.BgClassName
{
background-color: #257CDE;
}
</style>
border-color css
<style>
span { border-color: #257CDE; }
span { border-color: rgb(37,124,222); }
td.TdClassName
{
border-color: #257CDE;
}
.TagClassName
{
border-color: #257CDE;
}
</style>