Shades of Royal Blue #266BFC
Tints of Royal Blue #266BFC
RGB
CMYK
RGB Variations
Color information
#266BFC (or 0x266BFC) is known color: Royal Blue. HEX triplet: 26, 6B and FC. RGB value is (38,107,252). Sum of RGB (Red+Green+Blue) = 38+107+252=397 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.57% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #266BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266BFC is #D99403. Grayscale: #666666. Windows color (decimal): -14259204 or 16542502. OLE color: 16542502.
HSL color Cylindrical-coordinate representation of color #266BFC: hue angle of 220.65º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #266BFC is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 107 | 252 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.01 |
| HSL | 220.65º | 0.97% | 0.57% | - |
| HSV(B) | 220.65º | 0.85% | 0.99% | - |
| XYZ | 23.63 | 17.96 | 94.32 | - |
| YUV | 102.9 | 212.14 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 252 | 0.85 | 0.58 | 0 | 0.01 | 220.65 | 0.97 | 0.57 |
| Hex | 26 | 6B | FC | 55 | 3A | 0 | 1 | DD | 61 | 39 |
| Octal | 46 | 153 | 374 | 125 | 72 | 0 | 1 | 335 | 141 | 71 |
| Binary | 100110 | 1101011 | 11111100 | 1010101 | 111010 | 0 | 1 | 11011101 | 1100001 | 111001 |
Color Harmonies of #266BFC
Complementary color
Monochromatic Colors of #266BFC
Black with #266BFC
Text Example
Text Example
White with #266BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266BFC; }
p { color: rgb(38,107,252); }
H1.HeaderClassName
{
color: #266BFC;
}
.AnyTagClassName
{
color: #266BFC;
}
</style>
background-color css
<style>
a { background-color: #266BFC; }
a { background-color: rgb(38,107,252); }
div.DivClassName
{
background-color: #266BFC;
}
.BgClassName
{
background-color: #266BFC;
}
</style>
border-color css
<style>
span { border-color: #266BFC; }
span { border-color: rgb(38,107,252); }
td.TdClassName
{
border-color: #266BFC;
}
.TagClassName
{
border-color: #266BFC;
}
</style>