Shades of Royal Blue #4069EF
Tints of Royal Blue #4069EF
RGB
CMYK
RGB Variations
Color information
#4069EF (or 0x4069EF) is known color: Royal Blue. HEX triplet: 40, 69 and EF. RGB value is (64,105,239). Sum of RGB (Red+Green+Blue) = 64+105+239=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #4069EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4069EF is #BF9610. Grayscale: #6B6B6B. Windows color (decimal): -12555793 or 15690048. OLE color: 15690048.
HSL color Cylindrical-coordinate representation of color #4069EF: hue angle of 225.94º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4069EF is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 105 | 239 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.06 |
| HSL | 225.94º | 0.85% | 0.59% | - |
| HSV(B) | 225.94º | 0.73% | 0.94% | - |
| XYZ | 22.75 | 17.43 | 83.83 | - |
| YUV | 108.02 | 201.92 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 105 | 239 | 0.73 | 0.56 | 0 | 0.06 | 225.94 | 0.85 | 0.59 |
| Hex | 40 | 69 | EF | 49 | 38 | 0 | 6 | E2 | 55 | 3B |
| Octal | 100 | 151 | 357 | 111 | 70 | 0 | 6 | 342 | 125 | 73 |
| Binary | 1000000 | 1101001 | 11101111 | 1001001 | 111000 | 0 | 110 | 11100010 | 1010101 | 111011 |
Color Harmonies of #4069EF
Complementary color
Monochromatic Colors of #4069EF
Black with #4069EF
Text Example
Text Example
White with #4069EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4069EF; }
p { color: rgb(64,105,239); }
H1.HeaderClassName
{
color: #4069EF;
}
.AnyTagClassName
{
color: #4069EF;
}
</style>
background-color css
<style>
a { background-color: #4069EF; }
a { background-color: rgb(64,105,239); }
div.DivClassName
{
background-color: #4069EF;
}
.BgClassName
{
background-color: #4069EF;
}
</style>
border-color css
<style>
span { border-color: #4069EF; }
span { border-color: rgb(64,105,239); }
td.TdClassName
{
border-color: #4069EF;
}
.TagClassName
{
border-color: #4069EF;
}
</style>