Shades of Royal Blue #426BF3
Tints of Royal Blue #426BF3
RGB
CMYK
RGB Variations
Color information
#426BF3 (or 0x426BF3) is known color: Royal Blue. HEX triplet: 42, 6B and F3. RGB value is (66,107,243). Sum of RGB (Red+Green+Blue) = 66+107+243=416 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.87% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 243 (95.31% from 255 or 58.41% from 416); Max value from RGB is 243 - color contains mainly: blue. Hex color #426BF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426BF3 is #BD940C. Grayscale: #6D6D6D. Windows color (decimal): -12424205 or 15952706. OLE color: 15952706.
HSL color Cylindrical-coordinate representation of color #426BF3: hue angle of 226.1º 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 #426BF3 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 107 | 243 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.05 |
| HSL | 226.1º | 0.88% | 0.61% | - |
| HSV(B) | 226.1º | 0.73% | 0.95% | - |
| XYZ | 23.68 | 18.14 | 87.05 | - |
| YUV | 110.25 | 202.92 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 107 | 243 | 0.73 | 0.56 | 0 | 0.05 | 226.1 | 0.88 | 0.61 |
| Hex | 42 | 6B | F3 | 49 | 38 | 0 | 5 | E2 | 58 | 3D |
| Octal | 102 | 153 | 363 | 111 | 70 | 0 | 5 | 342 | 130 | 75 |
| Binary | 1000010 | 1101011 | 11110011 | 1001001 | 111000 | 0 | 101 | 11100010 | 1011000 | 111101 |
Color Harmonies of #426BF3
Complementary color
Monochromatic Colors of #426BF3
Black with #426BF3
Text Example
Text Example
White with #426BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426BF3; }
p { color: rgb(66,107,243); }
H1.HeaderClassName
{
color: #426BF3;
}
.AnyTagClassName
{
color: #426BF3;
}
</style>
background-color css
<style>
a { background-color: #426BF3; }
a { background-color: rgb(66,107,243); }
div.DivClassName
{
background-color: #426BF3;
}
.BgClassName
{
background-color: #426BF3;
}
</style>
border-color css
<style>
span { border-color: #426BF3; }
span { border-color: rgb(66,107,243); }
td.TdClassName
{
border-color: #426BF3;
}
.TagClassName
{
border-color: #426BF3;
}
</style>