Shades of Royal Blue #425FDF
Tints of Royal Blue #425FDF
RGB
CMYK
RGB Variations
Color information
#425FDF (or 0x425FDF) is known color: Royal Blue. HEX triplet: 42, 5F and DF. RGB value is (66,95,223). Sum of RGB (Red+Green+Blue) = 66+95+223=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #425FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425FDF is #BDA020. Grayscale: #646464. Windows color (decimal): -12427297 or 14638914. OLE color: 14638914.
HSL color Cylindrical-coordinate representation of color #425FDF: hue angle of 228.92º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #425FDF is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 95 | 223 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.13 |
| HSL | 228.92º | 0.71% | 0.57% | - |
| HSV(B) | 228.92º | 0.7% | 0.87% | - |
| XYZ | 19.66 | 14.67 | 71.61 | - |
| YUV | 100.92 | 196.89 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 95 | 223 | 0.70 | 0.57 | 0 | 0.13 | 228.92 | 0.71 | 0.57 |
| Hex | 42 | 5F | DF | 46 | 39 | 0 | D | E5 | 47 | 39 |
| Octal | 102 | 137 | 337 | 106 | 71 | 0 | 15 | 345 | 107 | 71 |
| Binary | 1000010 | 1011111 | 11011111 | 1000110 | 111001 | 0 | 1101 | 11100101 | 1000111 | 111001 |
Color Harmonies of #425FDF
Complementary color
Monochromatic Colors of #425FDF
Black with #425FDF
Text Example
Text Example
White with #425FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425FDF; }
p { color: rgb(66,95,223); }
H1.HeaderClassName
{
color: #425FDF;
}
.AnyTagClassName
{
color: #425FDF;
}
</style>
background-color css
<style>
a { background-color: #425FDF; }
a { background-color: rgb(66,95,223); }
div.DivClassName
{
background-color: #425FDF;
}
.BgClassName
{
background-color: #425FDF;
}
</style>
border-color css
<style>
span { border-color: #425FDF; }
span { border-color: rgb(66,95,223); }
td.TdClassName
{
border-color: #425FDF;
}
.TagClassName
{
border-color: #425FDF;
}
</style>