Shades of Royal Blue #266CFA
Tints of Royal Blue #266CFA
RGB
CMYK
RGB Variations
Color information
#266CFA (or 0x266CFA) is known color: Royal Blue. HEX triplet: 26, 6C and FA. RGB value is (38,108,250). Sum of RGB (Red+Green+Blue) = 38+108+250=396 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.60% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #266CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266CFA is #D99305. Grayscale: #666666. Windows color (decimal): -14258950 or 16411686. OLE color: 16411686.
HSL color Cylindrical-coordinate representation of color #266CFA: hue angle of 220.19º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #266CFA is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 108 | 250 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.02 |
| HSL | 220.19º | 0.95% | 0.56% | - |
| HSV(B) | 220.19º | 0.85% | 0.98% | - |
| XYZ | 23.42 | 18.04 | 92.69 | - |
| YUV | 103.26 | 210.81 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 250 | 0.85 | 0.57 | 0 | 0.02 | 220.19 | 0.95 | 0.56 |
| Hex | 26 | 6C | FA | 55 | 39 | 0 | 2 | DC | 5F | 38 |
| Octal | 46 | 154 | 372 | 125 | 71 | 0 | 2 | 334 | 137 | 70 |
| Binary | 100110 | 1101100 | 11111010 | 1010101 | 111001 | 0 | 10 | 11011100 | 1011111 | 111000 |
Color Harmonies of #266CFA
Complementary color
Monochromatic Colors of #266CFA
Black with #266CFA
Text Example
Text Example
White with #266CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266CFA; }
p { color: rgb(38,108,250); }
H1.HeaderClassName
{
color: #266CFA;
}
.AnyTagClassName
{
color: #266CFA;
}
</style>
background-color css
<style>
a { background-color: #266CFA; }
a { background-color: rgb(38,108,250); }
div.DivClassName
{
background-color: #266CFA;
}
.BgClassName
{
background-color: #266CFA;
}
</style>
border-color css
<style>
span { border-color: #266CFA; }
span { border-color: rgb(38,108,250); }
td.TdClassName
{
border-color: #266CFA;
}
.TagClassName
{
border-color: #266CFA;
}
</style>