Shades of Royal Blue #4255DE
Tints of Royal Blue #4255DE
RGB
CMYK
RGB Variations
Color information
#4255DE (or 0x4255DE) is known color: Royal Blue. HEX triplet: 42, 55 and DE. RGB value is (66,85,222). Sum of RGB (Red+Green+Blue) = 66+85+222=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #4255DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4255DE is #BDAA21. Grayscale: #5E5E5E. Windows color (decimal): -12429858 or 14570818. OLE color: 14570818.
HSL color Cylindrical-coordinate representation of color #4255DE: hue angle of 232.69º 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 #4255DE is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 85 | 222 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.13 |
| HSL | 232.69º | 0.7% | 0.56% | - |
| HSV(B) | 232.69º | 0.7% | 0.87% | - |
| XYZ | 18.68 | 12.93 | 70.62 | - |
| YUV | 94.94 | 199.71 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 85 | 222 | 0.70 | 0.62 | 0 | 0.13 | 232.69 | 0.7 | 0.56 |
| Hex | 42 | 55 | DE | 46 | 3E | 0 | D | E9 | 46 | 38 |
| Octal | 102 | 125 | 336 | 106 | 76 | 0 | 15 | 351 | 106 | 70 |
| Binary | 1000010 | 1010101 | 11011110 | 1000110 | 111110 | 0 | 1101 | 11101001 | 1000110 | 111000 |
Color Harmonies of #4255DE
Complementary color
Monochromatic Colors of #4255DE
Black with #4255DE
Text Example
Text Example
White with #4255DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4255DE; }
p { color: rgb(66,85,222); }
H1.HeaderClassName
{
color: #4255DE;
}
.AnyTagClassName
{
color: #4255DE;
}
</style>
background-color css
<style>
a { background-color: #4255DE; }
a { background-color: rgb(66,85,222); }
div.DivClassName
{
background-color: #4255DE;
}
.BgClassName
{
background-color: #4255DE;
}
</style>
border-color css
<style>
span { border-color: #4255DE; }
span { border-color: rgb(66,85,222); }
td.TdClassName
{
border-color: #4255DE;
}
.TagClassName
{
border-color: #4255DE;
}
</style>