Shades of Royal Blue #426CFA
Tints of Royal Blue #426CFA
RGB
CMYK
RGB Variations
Color information
#426CFA (or 0x426CFA) is known color: Royal Blue. HEX triplet: 42, 6C and FA. RGB value is (66,108,250). Sum of RGB (Red+Green+Blue) = 66+108+250=424 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.57% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #426CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426CFA is #BD9305. Grayscale: #6F6F6F. Windows color (decimal): -12423942 or 16411714. OLE color: 16411714.
HSL color Cylindrical-coordinate representation of color #426CFA: hue angle of 226.3º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #426CFA is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 108 | 250 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.02 |
| HSL | 226.3º | 0.95% | 0.62% | - |
| HSV(B) | 226.3º | 0.74% | 0.98% | - |
| XYZ | 24.86 | 18.79 | 92.76 | - |
| YUV | 111.63 | 206.09 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 250 | 0.74 | 0.57 | 0 | 0.02 | 226.3 | 0.95 | 0.62 |
| Hex | 42 | 6C | FA | 4A | 39 | 0 | 2 | E2 | 5F | 3E |
| Octal | 102 | 154 | 372 | 112 | 71 | 0 | 2 | 342 | 137 | 76 |
| Binary | 1000010 | 1101100 | 11111010 | 1001010 | 111001 | 0 | 10 | 11100010 | 1011111 | 111110 |
Color Harmonies of #426CFA
Complementary color
Monochromatic Colors of #426CFA
Black with #426CFA
Text Example
Text Example
White with #426CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426CFA; }
p { color: rgb(66,108,250); }
H1.HeaderClassName
{
color: #426CFA;
}
.AnyTagClassName
{
color: #426CFA;
}
</style>
background-color css
<style>
a { background-color: #426CFA; }
a { background-color: rgb(66,108,250); }
div.DivClassName
{
background-color: #426CFA;
}
.BgClassName
{
background-color: #426CFA;
}
</style>
border-color css
<style>
span { border-color: #426CFA; }
span { border-color: rgb(66,108,250); }
td.TdClassName
{
border-color: #426CFA;
}
.TagClassName
{
border-color: #426CFA;
}
</style>