Shades of Royal Blue #425DF3
Tints of Royal Blue #425DF3
RGB
CMYK
RGB Variations
Color information
#425DF3 (or 0x425DF3) is known color: Royal Blue. HEX triplet: 42, 5D and F3. RGB value is (66,93,243). Sum of RGB (Red+Green+Blue) = 66+93+243=402 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.42% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 243 (95.31% from 255 or 60.45% from 402); Max value from RGB is 243 - color contains mainly: blue. Hex color #425DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425DF3 is #BDA20C. Grayscale: #656565. Windows color (decimal): -12427789 or 15949122. OLE color: 15949122.
HSL color Cylindrical-coordinate representation of color #425DF3: hue angle of 230.85º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #425DF3 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 93 | 243 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.05 |
| HSL | 230.85º | 0.88% | 0.61% | - |
| HSV(B) | 230.85º | 0.73% | 0.95% | - |
| XYZ | 22.34 | 15.46 | 86.6 | - |
| YUV | 102.03 | 207.55 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 93 | 243 | 0.73 | 0.62 | 0 | 0.05 | 230.85 | 0.88 | 0.61 |
| Hex | 42 | 5D | F3 | 49 | 3E | 0 | 5 | E7 | 58 | 3D |
| Octal | 102 | 135 | 363 | 111 | 76 | 0 | 5 | 347 | 130 | 75 |
| Binary | 1000010 | 1011101 | 11110011 | 1001001 | 111110 | 0 | 101 | 11100111 | 1011000 | 111101 |
Color Harmonies of #425DF3
Complementary color
Monochromatic Colors of #425DF3
Black with #425DF3
Text Example
Text Example
White with #425DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425DF3; }
p { color: rgb(66,93,243); }
H1.HeaderClassName
{
color: #425DF3;
}
.AnyTagClassName
{
color: #425DF3;
}
</style>
background-color css
<style>
a { background-color: #425DF3; }
a { background-color: rgb(66,93,243); }
div.DivClassName
{
background-color: #425DF3;
}
.BgClassName
{
background-color: #425DF3;
}
</style>
border-color css
<style>
span { border-color: #425DF3; }
span { border-color: rgb(66,93,243); }
td.TdClassName
{
border-color: #425DF3;
}
.TagClassName
{
border-color: #425DF3;
}
</style>