Shades of Royal Blue #2669F1
Tints of Royal Blue #2669F1
RGB
CMYK
RGB Variations
Color information
#2669F1 (or 0x2669F1) is known color: Royal Blue. HEX triplet: 26, 69 and F1. RGB value is (38,105,241). Sum of RGB (Red+Green+Blue) = 38+105+241=384 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.90% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 241 (94.53% from 255 or 62.76% from 384); Max value from RGB is 241 - color contains mainly: blue. Hex color #2669F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2669F1 is #D9960E. Grayscale: #636363. Windows color (decimal): -14259727 or 15821094. OLE color: 15821094.
HSL color Cylindrical-coordinate representation of color #2669F1: hue angle of 220.2º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2669F1 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 105 | 241 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.05 |
| HSL | 220.2º | 0.88% | 0.55% | - |
| HSV(B) | 220.2º | 0.84% | 0.95% | - |
| XYZ | 21.73 | 16.87 | 85.33 | - |
| YUV | 100.47 | 207.3 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 105 | 241 | 0.84 | 0.56 | 0 | 0.05 | 220.2 | 0.88 | 0.55 |
| Hex | 26 | 69 | F1 | 54 | 38 | 0 | 5 | DC | 58 | 37 |
| Octal | 46 | 151 | 361 | 124 | 70 | 0 | 5 | 334 | 130 | 67 |
| Binary | 100110 | 1101001 | 11110001 | 1010100 | 111000 | 0 | 101 | 11011100 | 1011000 | 110111 |
Color Harmonies of #2669F1
Complementary color
Monochromatic Colors of #2669F1
Black with #2669F1
Text Example
Text Example
White with #2669F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2669F1; }
p { color: rgb(38,105,241); }
H1.HeaderClassName
{
color: #2669F1;
}
.AnyTagClassName
{
color: #2669F1;
}
</style>
background-color css
<style>
a { background-color: #2669F1; }
a { background-color: rgb(38,105,241); }
div.DivClassName
{
background-color: #2669F1;
}
.BgClassName
{
background-color: #2669F1;
}
</style>
border-color css
<style>
span { border-color: #2669F1; }
span { border-color: rgb(38,105,241); }
td.TdClassName
{
border-color: #2669F1;
}
.TagClassName
{
border-color: #2669F1;
}
</style>