Shades of Royal Blue #2469FE
Tints of Royal Blue #2469FE
RGB
CMYK
RGB Variations
Color information
#2469FE (or 0x2469FE) is known color: Royal Blue. HEX triplet: 24, 69 and FE. RGB value is (36,105,254). Sum of RGB (Red+Green+Blue) = 36+105+254=395 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.11% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #2469FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2469FE is #DB9601. Grayscale: #646464. Windows color (decimal): -14390786 or 16673060. OLE color: 16673060.
HSL color Cylindrical-coordinate representation of color #2469FE: hue angle of 221.01º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2469FE is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 105 | 254 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.00 |
| HSL | 221.01º | 0.99% | 0.57% | - |
| HSV(B) | 221.01º | 0.86% | 1% | - |
| XYZ | 23.67 | 17.63 | 95.92 | - |
| YUV | 101.36 | 214.14 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 105 | 254 | 0.86 | 0.59 | 0 | 0.00 | 221.01 | 0.99 | 0.57 |
| Hex | 24 | 69 | FE | 56 | 3B | 0 | 0 | DD | 63 | 39 |
| Octal | 44 | 151 | 376 | 126 | 73 | 0 | 0 | 335 | 143 | 71 |
| Binary | 100100 | 1101001 | 11111110 | 1010110 | 111011 | 0 | 0 | 11011101 | 1100011 | 111001 |
Color Harmonies of #2469FE
Complementary color
Monochromatic Colors of #2469FE
Black with #2469FE
Text Example
Text Example
White with #2469FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2469FE; }
p { color: rgb(36,105,254); }
H1.HeaderClassName
{
color: #2469FE;
}
.AnyTagClassName
{
color: #2469FE;
}
</style>
background-color css
<style>
a { background-color: #2469FE; }
a { background-color: rgb(36,105,254); }
div.DivClassName
{
background-color: #2469FE;
}
.BgClassName
{
background-color: #2469FE;
}
</style>
border-color css
<style>
span { border-color: #2469FE; }
span { border-color: rgb(36,105,254); }
td.TdClassName
{
border-color: #2469FE;
}
.TagClassName
{
border-color: #2469FE;
}
</style>