Shades of Royal Blue #4257DD
Tints of Royal Blue #4257DD
RGB
CMYK
RGB Variations
Color information
#4257DD (or 0x4257DD) is known color: Royal Blue. HEX triplet: 42, 57 and DD. RGB value is (66,87,221). Sum of RGB (Red+Green+Blue) = 66+87+221=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #4257DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4257DD is #BDA822. Grayscale: #5F5F5F. Windows color (decimal): -12429347 or 14505794. OLE color: 14505794.
HSL color Cylindrical-coordinate representation of color #4257DD: hue angle of 231.87º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4257DD is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 87 | 221 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.13 |
| HSL | 231.87º | 0.7% | 0.56% | - |
| HSV(B) | 231.87º | 0.7% | 0.87% | - |
| XYZ | 18.71 | 13.2 | 69.97 | - |
| YUV | 96 | 198.54 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 87 | 221 | 0.70 | 0.61 | 0 | 0.13 | 231.87 | 0.7 | 0.56 |
| Hex | 42 | 57 | DD | 46 | 3D | 0 | D | E8 | 46 | 38 |
| Octal | 102 | 127 | 335 | 106 | 75 | 0 | 15 | 350 | 106 | 70 |
| Binary | 1000010 | 1010111 | 11011101 | 1000110 | 111101 | 0 | 1101 | 11101000 | 1000110 | 111000 |
Color Harmonies of #4257DD
Complementary color
Monochromatic Colors of #4257DD
Black with #4257DD
Text Example
Text Example
White with #4257DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4257DD; }
p { color: rgb(66,87,221); }
H1.HeaderClassName
{
color: #4257DD;
}
.AnyTagClassName
{
color: #4257DD;
}
</style>
background-color css
<style>
a { background-color: #4257DD; }
a { background-color: rgb(66,87,221); }
div.DivClassName
{
background-color: #4257DD;
}
.BgClassName
{
background-color: #4257DD;
}
</style>
border-color css
<style>
span { border-color: #4257DD; }
span { border-color: rgb(66,87,221); }
td.TdClassName
{
border-color: #4257DD;
}
.TagClassName
{
border-color: #4257DD;
}
</style>