Shades of Royal Blue #425DF5
Tints of Royal Blue #425DF5
RGB
CMYK
RGB Variations
Color information
#425DF5 (or 0x425DF5) is known color: Royal Blue. HEX triplet: 42, 5D and F5. RGB value is (66,93,245). Sum of RGB (Red+Green+Blue) = 66+93+245=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 245 (96.09% from 255 or 60.64% from 404); Max value from RGB is 245 - color contains mainly: blue. Hex color #425DF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425DF5 is #BDA20A. Grayscale: #656565. Windows color (decimal): -12427787 or 16080194. OLE color: 16080194.
HSL color Cylindrical-coordinate representation of color #425DF5: hue angle of 230.95º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #425DF5 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 93 | 245 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.04 |
| HSL | 230.95º | 0.9% | 0.61% | - |
| HSV(B) | 230.95º | 0.73% | 0.96% | - |
| XYZ | 22.64 | 15.58 | 88.2 | - |
| YUV | 102.26 | 208.55 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 93 | 245 | 0.73 | 0.62 | 0 | 0.04 | 230.95 | 0.9 | 0.61 |
| Hex | 42 | 5D | F5 | 49 | 3E | 0 | 4 | E7 | 5A | 3D |
| Octal | 102 | 135 | 365 | 111 | 76 | 0 | 4 | 347 | 132 | 75 |
| Binary | 1000010 | 1011101 | 11110101 | 1001001 | 111110 | 0 | 100 | 11100111 | 1011010 | 111101 |
Color Harmonies of #425DF5
Complementary color
Monochromatic Colors of #425DF5
Black with #425DF5
Text Example
Text Example
White with #425DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425DF5; }
p { color: rgb(66,93,245); }
H1.HeaderClassName
{
color: #425DF5;
}
.AnyTagClassName
{
color: #425DF5;
}
</style>
background-color css
<style>
a { background-color: #425DF5; }
a { background-color: rgb(66,93,245); }
div.DivClassName
{
background-color: #425DF5;
}
.BgClassName
{
background-color: #425DF5;
}
</style>
border-color css
<style>
span { border-color: #425DF5; }
span { border-color: rgb(66,93,245); }
td.TdClassName
{
border-color: #425DF5;
}
.TagClassName
{
border-color: #425DF5;
}
</style>