Shades of Royal Blue #427DF3
Tints of Royal Blue #427DF3
RGB
CMYK
RGB Variations
Color information
#427DF3 (or 0x427DF3) is known color: Royal Blue. HEX triplet: 42, 7D and F3. RGB value is (66,125,243). Sum of RGB (Red+Green+Blue) = 66+125+243=434 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.21% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 243 (95.31% from 255 or 55.99% from 434); Max value from RGB is 243 - color contains mainly: blue. Hex color #427DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427DF3 is #BD820C. Grayscale: #787878. Windows color (decimal): -12419597 or 15957314. OLE color: 15957314.
HSL color Cylindrical-coordinate representation of color #427DF3: hue angle of 220º 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 #427DF3 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 125 | 243 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.05 |
| HSL | 220º | 0.88% | 0.61% | - |
| HSV(B) | 220º | 0.73% | 0.95% | - |
| XYZ | 25.76 | 22.3 | 87.74 | - |
| YUV | 120.81 | 196.95 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 125 | 243 | 0.73 | 0.49 | 0 | 0.05 | 220 | 0.88 | 0.61 |
| Hex | 42 | 7D | F3 | 49 | 31 | 0 | 5 | DC | 58 | 3D |
| Octal | 102 | 175 | 363 | 111 | 61 | 0 | 5 | 334 | 130 | 75 |
| Binary | 1000010 | 1111101 | 11110011 | 1001001 | 110001 | 0 | 101 | 11011100 | 1011000 | 111101 |
Color Harmonies of #427DF3
Complementary color
Monochromatic Colors of #427DF3
Black with #427DF3
Text Example
Text Example
White with #427DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427DF3; }
p { color: rgb(66,125,243); }
H1.HeaderClassName
{
color: #427DF3;
}
.AnyTagClassName
{
color: #427DF3;
}
</style>
background-color css
<style>
a { background-color: #427DF3; }
a { background-color: rgb(66,125,243); }
div.DivClassName
{
background-color: #427DF3;
}
.BgClassName
{
background-color: #427DF3;
}
</style>
border-color css
<style>
span { border-color: #427DF3; }
span { border-color: rgb(66,125,243); }
td.TdClassName
{
border-color: #427DF3;
}
.TagClassName
{
border-color: #427DF3;
}
</style>