Shades of Royal Blue #4065F9
Tints of Royal Blue #4065F9
RGB
CMYK
RGB Variations
Color information
#4065F9 (or 0x4065F9) is known color: Royal Blue. HEX triplet: 40, 65 and F9. RGB value is (64,101,249). Sum of RGB (Red+Green+Blue) = 64+101+249=414 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.46% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 249 (97.66% from 255 or 60.14% from 414); Max value from RGB is 249 - color contains mainly: blue. Hex color #4065F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4065F9 is #BF9A06. Grayscale: #6A6A6A. Windows color (decimal): -12556807 or 16344384. OLE color: 16344384.
HSL color Cylindrical-coordinate representation of color #4065F9: hue angle of 228º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4065F9 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 101 | 249 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.02 |
| HSL | 228º | 0.94% | 0.61% | - |
| HSV(B) | 228º | 0.74% | 0.98% | - |
| XYZ | 23.87 | 17.24 | 91.69 | - |
| YUV | 106.81 | 208.24 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 101 | 249 | 0.74 | 0.59 | 0 | 0.02 | 228 | 0.94 | 0.61 |
| Hex | 40 | 65 | F9 | 4A | 3B | 0 | 2 | E4 | 5E | 3D |
| Octal | 100 | 145 | 371 | 112 | 73 | 0 | 2 | 344 | 136 | 75 |
| Binary | 1000000 | 1100101 | 11111001 | 1001010 | 111011 | 0 | 10 | 11100100 | 1011110 | 111101 |
Color Harmonies of #4065F9
Complementary color
Monochromatic Colors of #4065F9
Black with #4065F9
Text Example
Text Example
White with #4065F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4065F9; }
p { color: rgb(64,101,249); }
H1.HeaderClassName
{
color: #4065F9;
}
.AnyTagClassName
{
color: #4065F9;
}
</style>
background-color css
<style>
a { background-color: #4065F9; }
a { background-color: rgb(64,101,249); }
div.DivClassName
{
background-color: #4065F9;
}
.BgClassName
{
background-color: #4065F9;
}
</style>
border-color css
<style>
span { border-color: #4065F9; }
span { border-color: rgb(64,101,249); }
td.TdClassName
{
border-color: #4065F9;
}
.TagClassName
{
border-color: #4065F9;
}
</style>