Shades of Royal Blue #4255DD
Tints of Royal Blue #4255DD
RGB
CMYK
RGB Variations
Color information
#4255DD (or 0x4255DD) is known color: Royal Blue. HEX triplet: 42, 55 and DD. RGB value is (66,85,221). Sum of RGB (Red+Green+Blue) = 66+85+221=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #4255DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4255DD is #BDAA22. Grayscale: #5E5E5E. Windows color (decimal): -12429859 or 14505282. OLE color: 14505282.
HSL color Cylindrical-coordinate representation of color #4255DD: hue angle of 232.65º 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 #4255DD is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 85 | 221 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.13 |
| HSL | 232.65º | 0.7% | 0.56% | - |
| HSV(B) | 232.65º | 0.7% | 0.87% | - |
| XYZ | 18.55 | 12.88 | 69.91 | - |
| YUV | 94.82 | 199.21 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 85 | 221 | 0.70 | 0.62 | 0 | 0.13 | 232.65 | 0.7 | 0.56 |
| Hex | 42 | 55 | DD | 46 | 3E | 0 | D | E9 | 46 | 38 |
| Octal | 102 | 125 | 335 | 106 | 76 | 0 | 15 | 351 | 106 | 70 |
| Binary | 1000010 | 1010101 | 11011101 | 1000110 | 111110 | 0 | 1101 | 11101001 | 1000110 | 111000 |
Color Harmonies of #4255DD
Complementary color
Monochromatic Colors of #4255DD
Black with #4255DD
Text Example
Text Example
White with #4255DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4255DD; }
p { color: rgb(66,85,221); }
H1.HeaderClassName
{
color: #4255DD;
}
.AnyTagClassName
{
color: #4255DD;
}
</style>
background-color css
<style>
a { background-color: #4255DD; }
a { background-color: rgb(66,85,221); }
div.DivClassName
{
background-color: #4255DD;
}
.BgClassName
{
background-color: #4255DD;
}
</style>
border-color css
<style>
span { border-color: #4255DD; }
span { border-color: rgb(66,85,221); }
td.TdClassName
{
border-color: #4255DD;
}
.TagClassName
{
border-color: #4255DD;
}
</style>