Shades of Royal Blue #425CDB
Tints of Royal Blue #425CDB
RGB
CMYK
RGB Variations
Color information
#425CDB (or 0x425CDB) is known color: Royal Blue. HEX triplet: 42, 5C and DB. RGB value is (66,92,219). Sum of RGB (Red+Green+Blue) = 66+92+219=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #425CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425CDB is #BDA324. Grayscale: #626262. Windows color (decimal): -12428069 or 14376002. OLE color: 14376002.
HSL color Cylindrical-coordinate representation of color #425CDB: hue angle of 229.8º 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 #425CDB is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 92 | 219 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.14 |
| HSL | 229.8º | 0.68% | 0.56% | - |
| HSV(B) | 229.8º | 0.7% | 0.86% | - |
| XYZ | 18.86 | 13.93 | 68.71 | - |
| YUV | 98.7 | 195.89 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 92 | 219 | 0.70 | 0.58 | 0 | 0.14 | 229.8 | 0.68 | 0.56 |
| Hex | 42 | 5C | DB | 46 | 3A | 0 | E | E6 | 44 | 38 |
| Octal | 102 | 134 | 333 | 106 | 72 | 0 | 16 | 346 | 104 | 70 |
| Binary | 1000010 | 1011100 | 11011011 | 1000110 | 111010 | 0 | 1110 | 11100110 | 1000100 | 111000 |
Color Harmonies of #425CDB
Complementary color
Monochromatic Colors of #425CDB
Black with #425CDB
Text Example
Text Example
White with #425CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425CDB; }
p { color: rgb(66,92,219); }
H1.HeaderClassName
{
color: #425CDB;
}
.AnyTagClassName
{
color: #425CDB;
}
</style>
background-color css
<style>
a { background-color: #425CDB; }
a { background-color: rgb(66,92,219); }
div.DivClassName
{
background-color: #425CDB;
}
.BgClassName
{
background-color: #425CDB;
}
</style>
border-color css
<style>
span { border-color: #425CDB; }
span { border-color: rgb(66,92,219); }
td.TdClassName
{
border-color: #425CDB;
}
.TagClassName
{
border-color: #425CDB;
}
</style>