Shades of Royal Blue #2669FA
Tints of Royal Blue #2669FA
RGB
CMYK
RGB Variations
Color information
#2669FA (or 0x2669FA) is known color: Royal Blue. HEX triplet: 26, 69 and FA. RGB value is (38,105,250). Sum of RGB (Red+Green+Blue) = 38+105+250=393 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.67% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #2669FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2669FA is #D99605. Grayscale: #646464. Windows color (decimal): -14259718 or 16410918. OLE color: 16410918.
HSL color Cylindrical-coordinate representation of color #2669FA: hue angle of 221.04º 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 #2669FA is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 105 | 250 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.02 |
| HSL | 221.04º | 0.95% | 0.56% | - |
| HSV(B) | 221.04º | 0.85% | 0.98% | - |
| XYZ | 23.11 | 17.42 | 92.59 | - |
| YUV | 101.5 | 211.8 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 105 | 250 | 0.85 | 0.58 | 0 | 0.02 | 221.04 | 0.95 | 0.56 |
| Hex | 26 | 69 | FA | 55 | 3A | 0 | 2 | DD | 5F | 38 |
| Octal | 46 | 151 | 372 | 125 | 72 | 0 | 2 | 335 | 137 | 70 |
| Binary | 100110 | 1101001 | 11111010 | 1010101 | 111010 | 0 | 10 | 11011101 | 1011111 | 111000 |
Color Harmonies of #2669FA
Complementary color
Monochromatic Colors of #2669FA
Black with #2669FA
Text Example
Text Example
White with #2669FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2669FA; }
p { color: rgb(38,105,250); }
H1.HeaderClassName
{
color: #2669FA;
}
.AnyTagClassName
{
color: #2669FA;
}
</style>
background-color css
<style>
a { background-color: #2669FA; }
a { background-color: rgb(38,105,250); }
div.DivClassName
{
background-color: #2669FA;
}
.BgClassName
{
background-color: #2669FA;
}
</style>
border-color css
<style>
span { border-color: #2669FA; }
span { border-color: rgb(38,105,250); }
td.TdClassName
{
border-color: #2669FA;
}
.TagClassName
{
border-color: #2669FA;
}
</style>