Shades of Royal Blue #425BF2
Tints of Royal Blue #425BF2
RGB
CMYK
RGB Variations
Color information
#425BF2 (or 0x425BF2) is known color: Royal Blue. HEX triplet: 42, 5B and F2. RGB value is (66,91,242). Sum of RGB (Red+Green+Blue) = 66+91+242=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 242 (94.92% from 255 or 60.65% from 399); Max value from RGB is 242 - color contains mainly: blue. Hex color #425BF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425BF2 is #BDA40D. Grayscale: #646464. Windows color (decimal): -12428302 or 15883074. OLE color: 15883074.
HSL color Cylindrical-coordinate representation of color #425BF2: hue angle of 231.48º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #425BF2 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 91 | 242 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.05 |
| HSL | 231.48º | 0.87% | 0.6% | - |
| HSV(B) | 231.48º | 0.73% | 0.95% | - |
| XYZ | 22.01 | 15.05 | 85.75 | - |
| YUV | 100.74 | 207.72 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 91 | 242 | 0.73 | 0.62 | 0 | 0.05 | 231.48 | 0.87 | 0.6 |
| Hex | 42 | 5B | F2 | 49 | 3E | 0 | 5 | E7 | 57 | 3C |
| Octal | 102 | 133 | 362 | 111 | 76 | 0 | 5 | 347 | 127 | 74 |
| Binary | 1000010 | 1011011 | 11110010 | 1001001 | 111110 | 0 | 101 | 11100111 | 1010111 | 111100 |
Color Harmonies of #425BF2
Complementary color
Monochromatic Colors of #425BF2
Black with #425BF2
Text Example
Text Example
White with #425BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425BF2; }
p { color: rgb(66,91,242); }
H1.HeaderClassName
{
color: #425BF2;
}
.AnyTagClassName
{
color: #425BF2;
}
</style>
background-color css
<style>
a { background-color: #425BF2; }
a { background-color: rgb(66,91,242); }
div.DivClassName
{
background-color: #425BF2;
}
.BgClassName
{
background-color: #425BF2;
}
</style>
border-color css
<style>
span { border-color: #425BF2; }
span { border-color: rgb(66,91,242); }
td.TdClassName
{
border-color: #425BF2;
}
.TagClassName
{
border-color: #425BF2;
}
</style>