Shades of Royal Blue #266BDF
Tints of Royal Blue #266BDF
RGB
CMYK
RGB Variations
Color information
#266BDF (or 0x266BDF) is known color: Royal Blue. HEX triplet: 26, 6B and DF. RGB value is (38,107,223). Sum of RGB (Red+Green+Blue) = 38+107+223=368 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.33% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #266BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266BDF is #D99420. Grayscale: #636363. Windows color (decimal): -14259233 or 14641958. OLE color: 14641958.
HSL color Cylindrical-coordinate representation of color #266BDF: hue angle of 217.62º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #266BDF is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 107 | 223 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.13 |
| HSL | 217.62º | 0.74% | 0.51% | - |
| HSV(B) | 217.62º | 0.83% | 0.87% | - |
| XYZ | 19.38 | 16.26 | 71.93 | - |
| YUV | 99.59 | 197.64 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 223 | 0.83 | 0.52 | 0 | 0.13 | 217.62 | 0.74 | 0.51 |
| Hex | 26 | 6B | DF | 53 | 34 | 0 | D | DA | 4A | 33 |
| Octal | 46 | 153 | 337 | 123 | 64 | 0 | 15 | 332 | 112 | 63 |
| Binary | 100110 | 1101011 | 11011111 | 1010011 | 110100 | 0 | 1101 | 11011010 | 1001010 | 110011 |
Color Harmonies of #266BDF
Complementary color
Monochromatic Colors of #266BDF
Black with #266BDF
Text Example
Text Example
White with #266BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266BDF; }
p { color: rgb(38,107,223); }
H1.HeaderClassName
{
color: #266BDF;
}
.AnyTagClassName
{
color: #266BDF;
}
</style>
background-color css
<style>
a { background-color: #266BDF; }
a { background-color: rgb(38,107,223); }
div.DivClassName
{
background-color: #266BDF;
}
.BgClassName
{
background-color: #266BDF;
}
</style>
border-color css
<style>
span { border-color: #266BDF; }
span { border-color: rgb(38,107,223); }
td.TdClassName
{
border-color: #266BDF;
}
.TagClassName
{
border-color: #266BDF;
}
</style>