Shades of Royal Blue #2669FB
Tints of Royal Blue #2669FB
RGB
CMYK
RGB Variations
Color information
#2669FB (or 0x2669FB) is known color: Royal Blue. HEX triplet: 26, 69 and FB. RGB value is (38,105,251). Sum of RGB (Red+Green+Blue) = 38+105+251=394 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.64% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #2669FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2669FB is #D99604. Grayscale: #646464. Windows color (decimal): -14259717 or 16476454. OLE color: 16476454.
HSL color Cylindrical-coordinate representation of color #2669FB: hue angle of 221.13º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2669FB is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 105 | 251 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.02 |
| HSL | 221.13º | 0.96% | 0.57% | - |
| HSV(B) | 221.13º | 0.85% | 0.98% | - |
| XYZ | 23.26 | 17.48 | 93.41 | - |
| YUV | 101.61 | 212.3 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 105 | 251 | 0.85 | 0.58 | 0 | 0.02 | 221.13 | 0.96 | 0.57 |
| Hex | 26 | 69 | FB | 55 | 3A | 0 | 2 | DD | 60 | 39 |
| Octal | 46 | 151 | 373 | 125 | 72 | 0 | 2 | 335 | 140 | 71 |
| Binary | 100110 | 1101001 | 11111011 | 1010101 | 111010 | 0 | 10 | 11011101 | 1100000 | 111001 |
Color Harmonies of #2669FB
Complementary color
Monochromatic Colors of #2669FB
Black with #2669FB
Text Example
Text Example
White with #2669FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2669FB; }
p { color: rgb(38,105,251); }
H1.HeaderClassName
{
color: #2669FB;
}
.AnyTagClassName
{
color: #2669FB;
}
</style>
background-color css
<style>
a { background-color: #2669FB; }
a { background-color: rgb(38,105,251); }
div.DivClassName
{
background-color: #2669FB;
}
.BgClassName
{
background-color: #2669FB;
}
</style>
border-color css
<style>
span { border-color: #2669FB; }
span { border-color: rgb(38,105,251); }
td.TdClassName
{
border-color: #2669FB;
}
.TagClassName
{
border-color: #2669FB;
}
</style>