Shades of Royal Blue #257DDC
Tints of Royal Blue #257DDC
RGB
CMYK
RGB Variations
Color information
#257DDC (or 0x257DDC) is known color: Royal Blue. HEX triplet: 25, 7D and DC. RGB value is (37,125,220). Sum of RGB (Red+Green+Blue) = 37+125+220=382 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.69% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #257DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257DDC is #DA8223. Grayscale: #6D6D6D. Windows color (decimal): -14320164 or 14449957. OLE color: 14449957.
HSL color Cylindrical-coordinate representation of color #257DDC: hue angle of 211.15º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #257DDC is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 125 | 220 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.14 |
| HSL | 211.15º | 0.72% | 0.5% | - |
| HSV(B) | 211.15º | 0.83% | 0.86% | - |
| XYZ | 21.01 | 20.23 | 70.51 | - |
| YUV | 109.52 | 190.35 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 125 | 220 | 0.83 | 0.43 | 0 | 0.14 | 211.15 | 0.72 | 0.5 |
| Hex | 25 | 7D | DC | 53 | 2B | 0 | E | D3 | 48 | 32 |
| Octal | 45 | 175 | 334 | 123 | 53 | 0 | 16 | 323 | 110 | 62 |
| Binary | 100101 | 1111101 | 11011100 | 1010011 | 101011 | 0 | 1110 | 11010011 | 1001000 | 110010 |
Color Harmonies of #257DDC
Complementary color
Monochromatic Colors of #257DDC
Black with #257DDC
Text Example
Text Example
White with #257DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257DDC; }
p { color: rgb(37,125,220); }
H1.HeaderClassName
{
color: #257DDC;
}
.AnyTagClassName
{
color: #257DDC;
}
</style>
background-color css
<style>
a { background-color: #257DDC; }
a { background-color: rgb(37,125,220); }
div.DivClassName
{
background-color: #257DDC;
}
.BgClassName
{
background-color: #257DDC;
}
</style>
border-color css
<style>
span { border-color: #257DDC; }
span { border-color: rgb(37,125,220); }
td.TdClassName
{
border-color: #257DDC;
}
.TagClassName
{
border-color: #257DDC;
}
</style>