Shades of Royal Blue #2669DA
Tints of Royal Blue #2669DA
RGB
CMYK
RGB Variations
Color information
#2669DA (or 0x2669DA) is known color: Royal Blue. HEX triplet: 26, 69 and DA. RGB value is (38,105,218). Sum of RGB (Red+Green+Blue) = 38+105+218=361 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.53% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #2669DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2669DA is #D99625. Grayscale: #616161. Windows color (decimal): -14259750 or 14313766. OLE color: 14313766.
HSL color Cylindrical-coordinate representation of color #2669DA: hue angle of 217.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2669DA is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 105 | 218 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.15 |
| HSL | 217.67º | 0.71% | 0.5% | - |
| HSV(B) | 217.67º | 0.83% | 0.85% | - |
| XYZ | 18.51 | 15.58 | 68.36 | - |
| YUV | 97.85 | 195.8 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 105 | 218 | 0.83 | 0.52 | 0 | 0.15 | 217.67 | 0.71 | 0.5 |
| Hex | 26 | 69 | DA | 53 | 34 | 0 | F | DA | 47 | 32 |
| Octal | 46 | 151 | 332 | 123 | 64 | 0 | 17 | 332 | 107 | 62 |
| Binary | 100110 | 1101001 | 11011010 | 1010011 | 110100 | 0 | 1111 | 11011010 | 1000111 | 110010 |
Color Harmonies of #2669DA
Complementary color
Monochromatic Colors of #2669DA
Black with #2669DA
Text Example
Text Example
White with #2669DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2669DA; }
p { color: rgb(38,105,218); }
H1.HeaderClassName
{
color: #2669DA;
}
.AnyTagClassName
{
color: #2669DA;
}
</style>
background-color css
<style>
a { background-color: #2669DA; }
a { background-color: rgb(38,105,218); }
div.DivClassName
{
background-color: #2669DA;
}
.BgClassName
{
background-color: #2669DA;
}
</style>
border-color css
<style>
span { border-color: #2669DA; }
span { border-color: rgb(38,105,218); }
td.TdClassName
{
border-color: #2669DA;
}
.TagClassName
{
border-color: #2669DA;
}
</style>