Shades of Royal Blue #2466FC
Tints of Royal Blue #2466FC
RGB
CMYK
RGB Variations
Color information
#2466FC (or 0x2466FC) is known color: Royal Blue. HEX triplet: 24, 66 and FC. RGB value is (36,102,252). Sum of RGB (Red+Green+Blue) = 36+102+252=390 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.23% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 252 (98.83% from 255 or 64.62% from 390); Max value from RGB is 252 - color contains mainly: blue. Hex color #2466FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2466FC is #DB9903. Grayscale: #626262. Windows color (decimal): -14391556 or 16541220. OLE color: 16541220.
HSL color Cylindrical-coordinate representation of color #2466FC: hue angle of 221.67º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2466FC is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 102 | 252 | - |
| CMYK | 0.86 | 0.60 | 0 | 0.01 |
| HSL | 221.67º | 0.97% | 0.56% | - |
| HSV(B) | 221.67º | 0.86% | 0.99% | - |
| XYZ | 23.05 | 16.91 | 94.14 | - |
| YUV | 99.37 | 214.13 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 102 | 252 | 0.86 | 0.60 | 0 | 0.01 | 221.67 | 0.97 | 0.56 |
| Hex | 24 | 66 | FC | 56 | 3C | 0 | 1 | DE | 61 | 38 |
| Octal | 44 | 146 | 374 | 126 | 74 | 0 | 1 | 336 | 141 | 70 |
| Binary | 100100 | 1100110 | 11111100 | 1010110 | 111100 | 0 | 1 | 11011110 | 1100001 | 111000 |
Color Harmonies of #2466FC
Complementary color
Monochromatic Colors of #2466FC
Black with #2466FC
Text Example
Text Example
White with #2466FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2466FC; }
p { color: rgb(36,102,252); }
H1.HeaderClassName
{
color: #2466FC;
}
.AnyTagClassName
{
color: #2466FC;
}
</style>
background-color css
<style>
a { background-color: #2466FC; }
a { background-color: rgb(36,102,252); }
div.DivClassName
{
background-color: #2466FC;
}
.BgClassName
{
background-color: #2466FC;
}
</style>
border-color css
<style>
span { border-color: #2466FC; }
span { border-color: rgb(36,102,252); }
td.TdClassName
{
border-color: #2466FC;
}
.TagClassName
{
border-color: #2466FC;
}
</style>