Shades of Royal Blue #425CEF
Tints of Royal Blue #425CEF
RGB
CMYK
RGB Variations
Color information
#425CEF (or 0x425CEF) is known color: Royal Blue. HEX triplet: 42, 5C and EF. RGB value is (66,92,239). Sum of RGB (Red+Green+Blue) = 66+92+239=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 239 (93.75% from 255 or 60.20% from 397); Max value from RGB is 239 - color contains mainly: blue. Hex color #425CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425CEF is #BDA310. Grayscale: #646464. Windows color (decimal): -12428049 or 15686722. OLE color: 15686722.
HSL color Cylindrical-coordinate representation of color #425CEF: hue angle of 230.98º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #425CEF is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 92 | 239 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.06 |
| HSL | 230.98º | 0.84% | 0.6% | - |
| HSV(B) | 230.98º | 0.72% | 0.94% | - |
| XYZ | 21.65 | 15.04 | 83.42 | - |
| YUV | 100.98 | 205.89 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 92 | 239 | 0.72 | 0.62 | 0 | 0.06 | 230.98 | 0.84 | 0.6 |
| Hex | 42 | 5C | EF | 48 | 3E | 0 | 6 | E7 | 54 | 3C |
| Octal | 102 | 134 | 357 | 110 | 76 | 0 | 6 | 347 | 124 | 74 |
| Binary | 1000010 | 1011100 | 11101111 | 1001000 | 111110 | 0 | 110 | 11100111 | 1010100 | 111100 |
Color Harmonies of #425CEF
Complementary color
Monochromatic Colors of #425CEF
Black with #425CEF
Text Example
Text Example
White with #425CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425CEF; }
p { color: rgb(66,92,239); }
H1.HeaderClassName
{
color: #425CEF;
}
.AnyTagClassName
{
color: #425CEF;
}
</style>
background-color css
<style>
a { background-color: #425CEF; }
a { background-color: rgb(66,92,239); }
div.DivClassName
{
background-color: #425CEF;
}
.BgClassName
{
background-color: #425CEF;
}
</style>
border-color css
<style>
span { border-color: #425CEF; }
span { border-color: rgb(66,92,239); }
td.TdClassName
{
border-color: #425CEF;
}
.TagClassName
{
border-color: #425CEF;
}
</style>