Shades of Royal Blue #425DED
Tints of Royal Blue #425DED
RGB
CMYK
RGB Variations
Color information
#425DED (or 0x425DED) is known color: Royal Blue. HEX triplet: 42, 5D and ED. RGB value is (66,93,237). Sum of RGB (Red+Green+Blue) = 66+93+237=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #425DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425DED is #BDA212. Grayscale: #646464. Windows color (decimal): -12427795 or 15555906. OLE color: 15555906.
HSL color Cylindrical-coordinate representation of color #425DED: hue angle of 230.53º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #425DED is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 93 | 237 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.07 |
| HSL | 230.53º | 0.83% | 0.59% | - |
| HSV(B) | 230.53º | 0.72% | 0.93% | - |
| XYZ | 21.45 | 15.1 | 81.91 | - |
| YUV | 101.34 | 204.55 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 93 | 237 | 0.72 | 0.61 | 0 | 0.07 | 230.53 | 0.83 | 0.59 |
| Hex | 42 | 5D | ED | 48 | 3D | 0 | 7 | E7 | 53 | 3B |
| Octal | 102 | 135 | 355 | 110 | 75 | 0 | 7 | 347 | 123 | 73 |
| Binary | 1000010 | 1011101 | 11101101 | 1001000 | 111101 | 0 | 111 | 11100111 | 1010011 | 111011 |
Color Harmonies of #425DED
Complementary color
Monochromatic Colors of #425DED
Black with #425DED
Text Example
Text Example
White with #425DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425DED; }
p { color: rgb(66,93,237); }
H1.HeaderClassName
{
color: #425DED;
}
.AnyTagClassName
{
color: #425DED;
}
</style>
background-color css
<style>
a { background-color: #425DED; }
a { background-color: rgb(66,93,237); }
div.DivClassName
{
background-color: #425DED;
}
.BgClassName
{
background-color: #425DED;
}
</style>
border-color css
<style>
span { border-color: #425DED; }
span { border-color: rgb(66,93,237); }
td.TdClassName
{
border-color: #425DED;
}
.TagClassName
{
border-color: #425DED;
}
</style>