Shades of Royal Blue #427BF3
Tints of Royal Blue #427BF3
RGB
CMYK
RGB Variations
Color information
#427BF3 (or 0x427BF3) is known color: Royal Blue. HEX triplet: 42, 7B and F3. RGB value is (66,123,243). Sum of RGB (Red+Green+Blue) = 66+123+243=432 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.28% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 243 (95.31% from 255 or 56.25% from 432); Max value from RGB is 243 - color contains mainly: blue. Hex color #427BF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427BF3 is #BD840C. Grayscale: #777777. Windows color (decimal): -12420109 or 15956802. OLE color: 15956802.
HSL color Cylindrical-coordinate representation of color #427BF3: hue angle of 220.68º 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 #427BF3 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 123 | 243 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.05 |
| HSL | 220.68º | 0.88% | 0.61% | - |
| HSV(B) | 220.68º | 0.73% | 0.95% | - |
| XYZ | 25.51 | 21.8 | 87.66 | - |
| YUV | 119.64 | 197.62 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 243 | 0.73 | 0.49 | 0 | 0.05 | 220.68 | 0.88 | 0.61 |
| Hex | 42 | 7B | F3 | 49 | 31 | 0 | 5 | DD | 58 | 3D |
| Octal | 102 | 173 | 363 | 111 | 61 | 0 | 5 | 335 | 130 | 75 |
| Binary | 1000010 | 1111011 | 11110011 | 1001001 | 110001 | 0 | 101 | 11011101 | 1011000 | 111101 |
Color Harmonies of #427BF3
Complementary color
Monochromatic Colors of #427BF3
Black with #427BF3
Text Example
Text Example
White with #427BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427BF3; }
p { color: rgb(66,123,243); }
H1.HeaderClassName
{
color: #427BF3;
}
.AnyTagClassName
{
color: #427BF3;
}
</style>
background-color css
<style>
a { background-color: #427BF3; }
a { background-color: rgb(66,123,243); }
div.DivClassName
{
background-color: #427BF3;
}
.BgClassName
{
background-color: #427BF3;
}
</style>
border-color css
<style>
span { border-color: #427BF3; }
span { border-color: rgb(66,123,243); }
td.TdClassName
{
border-color: #427BF3;
}
.TagClassName
{
border-color: #427BF3;
}
</style>