Shades of Royal Blue #427BFD
Tints of Royal Blue #427BFD
RGB
CMYK
RGB Variations
Color information
#427BFD (or 0x427BFD) is known color: Royal Blue. HEX triplet: 42, 7B and FD. RGB value is (66,123,253). Sum of RGB (Red+Green+Blue) = 66+123+253=442 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.93% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #427BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427BFD is #BD8402. Grayscale: #787878. Windows color (decimal): -12420099 or 16612162. OLE color: 16612162.
HSL color Cylindrical-coordinate representation of color #427BFD: hue angle of 221.71º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #427BFD is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 123 | 253 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.01 |
| HSL | 221.71º | 0.98% | 0.63% | - |
| HSV(B) | 221.71º | 0.74% | 0.99% | - |
| XYZ | 27.06 | 22.42 | 95.83 | - |
| YUV | 120.78 | 202.62 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 253 | 0.74 | 0.51 | 0 | 0.01 | 221.71 | 0.98 | 0.63 |
| Hex | 42 | 7B | FD | 4A | 33 | 0 | 1 | DE | 62 | 3F |
| Octal | 102 | 173 | 375 | 112 | 63 | 0 | 1 | 336 | 142 | 77 |
| Binary | 1000010 | 1111011 | 11111101 | 1001010 | 110011 | 0 | 1 | 11011110 | 1100010 | 111111 |
Color Harmonies of #427BFD
Complementary color
Monochromatic Colors of #427BFD
Black with #427BFD
Text Example
Text Example
White with #427BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427BFD; }
p { color: rgb(66,123,253); }
H1.HeaderClassName
{
color: #427BFD;
}
.AnyTagClassName
{
color: #427BFD;
}
</style>
background-color css
<style>
a { background-color: #427BFD; }
a { background-color: rgb(66,123,253); }
div.DivClassName
{
background-color: #427BFD;
}
.BgClassName
{
background-color: #427BFD;
}
</style>
border-color css
<style>
span { border-color: #427BFD; }
span { border-color: rgb(66,123,253); }
td.TdClassName
{
border-color: #427BFD;
}
.TagClassName
{
border-color: #427BFD;
}
</style>