Shades of Royal Blue #427BFC
Tints of Royal Blue #427BFC
RGB
CMYK
RGB Variations
Color information
#427BFC (or 0x427BFC) is known color: Royal Blue. HEX triplet: 42, 7B and FC. RGB value is (66,123,252). Sum of RGB (Red+Green+Blue) = 66+123+252=441 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.97% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #427BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427BFC is #BD8403. Grayscale: #787878. Windows color (decimal): -12420100 or 16546626. OLE color: 16546626.
HSL color Cylindrical-coordinate representation of color #427BFC: hue angle of 221.61º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #427BFC is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 123 | 252 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.01 |
| HSL | 221.61º | 0.97% | 0.62% | - |
| HSV(B) | 221.61º | 0.74% | 0.99% | - |
| XYZ | 26.9 | 22.35 | 94.99 | - |
| YUV | 120.66 | 202.12 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 252 | 0.74 | 0.51 | 0 | 0.01 | 221.61 | 0.97 | 0.62 |
| Hex | 42 | 7B | FC | 4A | 33 | 0 | 1 | DE | 61 | 3E |
| Octal | 102 | 173 | 374 | 112 | 63 | 0 | 1 | 336 | 141 | 76 |
| Binary | 1000010 | 1111011 | 11111100 | 1001010 | 110011 | 0 | 1 | 11011110 | 1100001 | 111110 |
Color Harmonies of #427BFC
Complementary color
Monochromatic Colors of #427BFC
Black with #427BFC
Text Example
Text Example
White with #427BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427BFC; }
p { color: rgb(66,123,252); }
H1.HeaderClassName
{
color: #427BFC;
}
.AnyTagClassName
{
color: #427BFC;
}
</style>
background-color css
<style>
a { background-color: #427BFC; }
a { background-color: rgb(66,123,252); }
div.DivClassName
{
background-color: #427BFC;
}
.BgClassName
{
background-color: #427BFC;
}
</style>
border-color css
<style>
span { border-color: #427BFC; }
span { border-color: rgb(66,123,252); }
td.TdClassName
{
border-color: #427BFC;
}
.TagClassName
{
border-color: #427BFC;
}
</style>