Shades of Royal Blue #425EEE
Tints of Royal Blue #425EEE
RGB
CMYK
RGB Variations
Color information
#425EEE (or 0x425EEE) is known color: Royal Blue. HEX triplet: 42, 5E and EE. RGB value is (66,94,238). Sum of RGB (Red+Green+Blue) = 66+94+238=398 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.58% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #425EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425EEE is #BDA111. Grayscale: #656565. Windows color (decimal): -12427538 or 15621698. OLE color: 15621698.
HSL color Cylindrical-coordinate representation of color #425EEE: hue angle of 230.23º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #425EEE is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 94 | 238 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.07 |
| HSL | 230.23º | 0.83% | 0.6% | - |
| HSV(B) | 230.23º | 0.72% | 0.93% | - |
| XYZ | 21.68 | 15.34 | 82.71 | - |
| YUV | 102.04 | 204.72 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 94 | 238 | 0.72 | 0.61 | 0 | 0.07 | 230.23 | 0.83 | 0.6 |
| Hex | 42 | 5E | EE | 48 | 3D | 0 | 7 | E6 | 53 | 3C |
| Octal | 102 | 136 | 356 | 110 | 75 | 0 | 7 | 346 | 123 | 74 |
| Binary | 1000010 | 1011110 | 11101110 | 1001000 | 111101 | 0 | 111 | 11100110 | 1010011 | 111100 |
Color Harmonies of #425EEE
Complementary color
Monochromatic Colors of #425EEE
Black with #425EEE
Text Example
Text Example
White with #425EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425EEE; }
p { color: rgb(66,94,238); }
H1.HeaderClassName
{
color: #425EEE;
}
.AnyTagClassName
{
color: #425EEE;
}
</style>
background-color css
<style>
a { background-color: #425EEE; }
a { background-color: rgb(66,94,238); }
div.DivClassName
{
background-color: #425EEE;
}
.BgClassName
{
background-color: #425EEE;
}
</style>
border-color css
<style>
span { border-color: #425EEE; }
span { border-color: rgb(66,94,238); }
td.TdClassName
{
border-color: #425EEE;
}
.TagClassName
{
border-color: #425EEE;
}
</style>