Shades of Royal Blue #2669FE
Tints of Royal Blue #2669FE
RGB
CMYK
RGB Variations
Color information
#2669FE (or 0x2669FE) is known color: Royal Blue. HEX triplet: 26, 69 and FE. RGB value is (38,105,254). Sum of RGB (Red+Green+Blue) = 38+105+254=397 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.57% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #2669FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2669FE is #D99601. Grayscale: #656565. Windows color (decimal): -14259714 or 16673062. OLE color: 16673062.
HSL color Cylindrical-coordinate representation of color #2669FE: hue angle of 221.39º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2669FE is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 105 | 254 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.00 |
| HSL | 221.39º | 0.99% | 0.57% | - |
| HSV(B) | 221.39º | 0.85% | 1% | - |
| XYZ | 23.74 | 17.67 | 95.93 | - |
| YUV | 101.95 | 213.8 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 105 | 254 | 0.85 | 0.59 | 0 | 0.00 | 221.39 | 0.99 | 0.57 |
| Hex | 26 | 69 | FE | 55 | 3B | 0 | 0 | DD | 63 | 39 |
| Octal | 46 | 151 | 376 | 125 | 73 | 0 | 0 | 335 | 143 | 71 |
| Binary | 100110 | 1101001 | 11111110 | 1010101 | 111011 | 0 | 0 | 11011101 | 1100011 | 111001 |
Color Harmonies of #2669FE
Complementary color
Monochromatic Colors of #2669FE
Black with #2669FE
Text Example
Text Example
White with #2669FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2669FE; }
p { color: rgb(38,105,254); }
H1.HeaderClassName
{
color: #2669FE;
}
.AnyTagClassName
{
color: #2669FE;
}
</style>
background-color css
<style>
a { background-color: #2669FE; }
a { background-color: rgb(38,105,254); }
div.DivClassName
{
background-color: #2669FE;
}
.BgClassName
{
background-color: #2669FE;
}
</style>
border-color css
<style>
span { border-color: #2669FE; }
span { border-color: rgb(38,105,254); }
td.TdClassName
{
border-color: #2669FE;
}
.TagClassName
{
border-color: #2669FE;
}
</style>