Shades of Royal Blue #425FDB
Tints of Royal Blue #425FDB
RGB
CMYK
RGB Variations
Color information
#425FDB (or 0x425FDB) is known color: Royal Blue. HEX triplet: 42, 5F and DB. RGB value is (66,95,219). Sum of RGB (Red+Green+Blue) = 66+95+219=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #425FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425FDB is #BDA024. Grayscale: #636363. Windows color (decimal): -12427301 or 14376770. OLE color: 14376770.
HSL color Cylindrical-coordinate representation of color #425FDB: hue angle of 228.63º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #425FDB is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 95 | 219 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.14 |
| HSL | 228.63º | 0.68% | 0.56% | - |
| HSV(B) | 228.63º | 0.7% | 0.86% | - |
| XYZ | 19.13 | 14.46 | 68.8 | - |
| YUV | 100.47 | 194.89 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 95 | 219 | 0.70 | 0.57 | 0 | 0.14 | 228.63 | 0.68 | 0.56 |
| Hex | 42 | 5F | DB | 46 | 39 | 0 | E | E5 | 44 | 38 |
| Octal | 102 | 137 | 333 | 106 | 71 | 0 | 16 | 345 | 104 | 70 |
| Binary | 1000010 | 1011111 | 11011011 | 1000110 | 111001 | 0 | 1110 | 11100101 | 1000100 | 111000 |
Color Harmonies of #425FDB
Complementary color
Monochromatic Colors of #425FDB
Black with #425FDB
Text Example
Text Example
White with #425FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425FDB; }
p { color: rgb(66,95,219); }
H1.HeaderClassName
{
color: #425FDB;
}
.AnyTagClassName
{
color: #425FDB;
}
</style>
background-color css
<style>
a { background-color: #425FDB; }
a { background-color: rgb(66,95,219); }
div.DivClassName
{
background-color: #425FDB;
}
.BgClassName
{
background-color: #425FDB;
}
</style>
border-color css
<style>
span { border-color: #425FDB; }
span { border-color: rgb(66,95,219); }
td.TdClassName
{
border-color: #425FDB;
}
.TagClassName
{
border-color: #425FDB;
}
</style>