Shades of Royal Blue #2469E7
Tints of Royal Blue #2469E7
RGB
CMYK
RGB Variations
Color information
#2469E7 (or 0x2469E7) is known color: Royal Blue. HEX triplet: 24, 69 and E7. RGB value is (36,105,231). Sum of RGB (Red+Green+Blue) = 36+105+231=372 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.68% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 231 (90.62% from 255 or 62.10% from 372); Max value from RGB is 231 - color contains mainly: blue. Hex color #2469E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2469E7 is #DB9618. Grayscale: #626262. Windows color (decimal): -14390809 or 15165732. OLE color: 15165732.
HSL color Cylindrical-coordinate representation of color #2469E7: hue angle of 218.77º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2469E7 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 105 | 231 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.09 |
| HSL | 218.77º | 0.8% | 0.52% | - |
| HSV(B) | 218.77º | 0.84% | 0.91% | - |
| XYZ | 20.2 | 16.25 | 77.67 | - |
| YUV | 98.73 | 202.64 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 105 | 231 | 0.84 | 0.55 | 0 | 0.09 | 218.77 | 0.8 | 0.52 |
| Hex | 24 | 69 | E7 | 54 | 37 | 0 | 9 | DB | 50 | 34 |
| Octal | 44 | 151 | 347 | 124 | 67 | 0 | 11 | 333 | 120 | 64 |
| Binary | 100100 | 1101001 | 11100111 | 1010100 | 110111 | 0 | 1001 | 11011011 | 1010000 | 110100 |
Color Harmonies of #2469E7
Complementary color
Monochromatic Colors of #2469E7
Black with #2469E7
Text Example
Text Example
White with #2469E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2469E7; }
p { color: rgb(36,105,231); }
H1.HeaderClassName
{
color: #2469E7;
}
.AnyTagClassName
{
color: #2469E7;
}
</style>
background-color css
<style>
a { background-color: #2469E7; }
a { background-color: rgb(36,105,231); }
div.DivClassName
{
background-color: #2469E7;
}
.BgClassName
{
background-color: #2469E7;
}
</style>
border-color css
<style>
span { border-color: #2469E7; }
span { border-color: rgb(36,105,231); }
td.TdClassName
{
border-color: #2469E7;
}
.TagClassName
{
border-color: #2469E7;
}
</style>