Shades of Royal Blue #426EFC
Tints of Royal Blue #426EFC
RGB
CMYK
RGB Variations
Color information
#426EFC (or 0x426EFC) is known color: Royal Blue. HEX triplet: 42, 6E and FC. RGB value is (66,110,252). Sum of RGB (Red+Green+Blue) = 66+110+252=428 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.42% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #426EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426EFC is #BD9103. Grayscale: #707070. Windows color (decimal): -12423428 or 16543298. OLE color: 16543298.
HSL color Cylindrical-coordinate representation of color #426EFC: hue angle of 225.81º 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 #426EFC is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 110 | 252 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.01 |
| HSL | 225.81º | 0.97% | 0.62% | - |
| HSV(B) | 225.81º | 0.74% | 0.99% | - |
| XYZ | 25.39 | 19.34 | 94.49 | - |
| YUV | 113.03 | 206.42 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 110 | 252 | 0.74 | 0.56 | 0 | 0.01 | 225.81 | 0.97 | 0.62 |
| Hex | 42 | 6E | FC | 4A | 38 | 0 | 1 | E2 | 61 | 3E |
| Octal | 102 | 156 | 374 | 112 | 70 | 0 | 1 | 342 | 141 | 76 |
| Binary | 1000010 | 1101110 | 11111100 | 1001010 | 111000 | 0 | 1 | 11100010 | 1100001 | 111110 |
Color Harmonies of #426EFC
Complementary color
Monochromatic Colors of #426EFC
Black with #426EFC
Text Example
Text Example
White with #426EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426EFC; }
p { color: rgb(66,110,252); }
H1.HeaderClassName
{
color: #426EFC;
}
.AnyTagClassName
{
color: #426EFC;
}
</style>
background-color css
<style>
a { background-color: #426EFC; }
a { background-color: rgb(66,110,252); }
div.DivClassName
{
background-color: #426EFC;
}
.BgClassName
{
background-color: #426EFC;
}
</style>
border-color css
<style>
span { border-color: #426EFC; }
span { border-color: rgb(66,110,252); }
td.TdClassName
{
border-color: #426EFC;
}
.TagClassName
{
border-color: #426EFC;
}
</style>