Shades of Royal Blue #4266FE
Tints of Royal Blue #4266FE
RGB
CMYK
RGB Variations
Color information
#4266FE (or 0x4266FE) is known color: Royal Blue. HEX triplet: 42, 66 and FE. RGB value is (66,102,254). Sum of RGB (Red+Green+Blue) = 66+102+254=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #4266FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4266FE is #BD9901. Grayscale: #6B6B6B. Windows color (decimal): -12425474 or 16672322. OLE color: 16672322.
HSL color Cylindrical-coordinate representation of color #4266FE: hue angle of 228.51º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4266FE is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 102 | 254 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.00 |
| HSL | 228.51º | 0.99% | 0.63% | - |
| HSV(B) | 228.51º | 0.74% | 1% | - |
| XYZ | 24.89 | 17.82 | 95.89 | - |
| YUV | 108.56 | 210.07 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 102 | 254 | 0.74 | 0.60 | 0 | 0.00 | 228.51 | 0.99 | 0.63 |
| Hex | 42 | 66 | FE | 4A | 3C | 0 | 0 | E5 | 63 | 3F |
| Octal | 102 | 146 | 376 | 112 | 74 | 0 | 0 | 345 | 143 | 77 |
| Binary | 1000010 | 1100110 | 11111110 | 1001010 | 111100 | 0 | 0 | 11100101 | 1100011 | 111111 |
Color Harmonies of #4266FE
Complementary color
Monochromatic Colors of #4266FE
Black with #4266FE
Text Example
Text Example
White with #4266FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4266FE; }
p { color: rgb(66,102,254); }
H1.HeaderClassName
{
color: #4266FE;
}
.AnyTagClassName
{
color: #4266FE;
}
</style>
background-color css
<style>
a { background-color: #4266FE; }
a { background-color: rgb(66,102,254); }
div.DivClassName
{
background-color: #4266FE;
}
.BgClassName
{
background-color: #4266FE;
}
</style>
border-color css
<style>
span { border-color: #4266FE; }
span { border-color: rgb(66,102,254); }
td.TdClassName
{
border-color: #4266FE;
}
.TagClassName
{
border-color: #4266FE;
}
</style>