Shades of Royal Blue #426FF3
Tints of Royal Blue #426FF3
RGB
CMYK
RGB Variations
Color information
#426FF3 (or 0x426FF3) is known color: Royal Blue. HEX triplet: 42, 6F and F3. RGB value is (66,111,243). Sum of RGB (Red+Green+Blue) = 66+111+243=420 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.71% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 243 (95.31% from 255 or 57.86% from 420); Max value from RGB is 243 - color contains mainly: blue. Hex color #426FF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426FF3 is #BD900C. Grayscale: #707070. Windows color (decimal): -12423181 or 15953730. OLE color: 15953730.
HSL color Cylindrical-coordinate representation of color #426FF3: hue angle of 224.75º 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 #426FF3 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 111 | 243 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.05 |
| HSL | 224.75º | 0.88% | 0.61% | - |
| HSV(B) | 224.75º | 0.73% | 0.95% | - |
| XYZ | 24.11 | 19 | 87.19 | - |
| YUV | 112.59 | 201.59 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 111 | 243 | 0.73 | 0.54 | 0 | 0.05 | 224.75 | 0.88 | 0.61 |
| Hex | 42 | 6F | F3 | 49 | 36 | 0 | 5 | E1 | 58 | 3D |
| Octal | 102 | 157 | 363 | 111 | 66 | 0 | 5 | 341 | 130 | 75 |
| Binary | 1000010 | 1101111 | 11110011 | 1001001 | 110110 | 0 | 101 | 11100001 | 1011000 | 111101 |
Color Harmonies of #426FF3
Complementary color
Monochromatic Colors of #426FF3
Black with #426FF3
Text Example
Text Example
White with #426FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426FF3; }
p { color: rgb(66,111,243); }
H1.HeaderClassName
{
color: #426FF3;
}
.AnyTagClassName
{
color: #426FF3;
}
</style>
background-color css
<style>
a { background-color: #426FF3; }
a { background-color: rgb(66,111,243); }
div.DivClassName
{
background-color: #426FF3;
}
.BgClassName
{
background-color: #426FF3;
}
</style>
border-color css
<style>
span { border-color: #426FF3; }
span { border-color: rgb(66,111,243); }
td.TdClassName
{
border-color: #426FF3;
}
.TagClassName
{
border-color: #426FF3;
}
</style>