Shades of Royal Blue #2669DB
Tints of Royal Blue #2669DB
RGB
CMYK
RGB Variations
Color information
#2669DB (or 0x2669DB) is known color: Royal Blue. HEX triplet: 26, 69 and DB. RGB value is (38,105,219). Sum of RGB (Red+Green+Blue) = 38+105+219=362 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.50% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #2669DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2669DB is #D99624. Grayscale: #616161. Windows color (decimal): -14259749 or 14379302. OLE color: 14379302.
HSL color Cylindrical-coordinate representation of color #2669DB: hue angle of 217.79º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2669DB is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 105 | 219 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.14 |
| HSL | 217.79º | 0.72% | 0.5% | - |
| HSV(B) | 217.79º | 0.83% | 0.86% | - |
| XYZ | 18.64 | 15.63 | 69.05 | - |
| YUV | 97.96 | 196.3 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 105 | 219 | 0.83 | 0.52 | 0 | 0.14 | 217.79 | 0.72 | 0.5 |
| Hex | 26 | 69 | DB | 53 | 34 | 0 | E | DA | 48 | 32 |
| Octal | 46 | 151 | 333 | 123 | 64 | 0 | 16 | 332 | 110 | 62 |
| Binary | 100110 | 1101001 | 11011011 | 1010011 | 110100 | 0 | 1110 | 11011010 | 1001000 | 110010 |
Color Harmonies of #2669DB
Complementary color
Monochromatic Colors of #2669DB
Black with #2669DB
Text Example
Text Example
White with #2669DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2669DB; }
p { color: rgb(38,105,219); }
H1.HeaderClassName
{
color: #2669DB;
}
.AnyTagClassName
{
color: #2669DB;
}
</style>
background-color css
<style>
a { background-color: #2669DB; }
a { background-color: rgb(38,105,219); }
div.DivClassName
{
background-color: #2669DB;
}
.BgClassName
{
background-color: #2669DB;
}
</style>
border-color css
<style>
span { border-color: #2669DB; }
span { border-color: rgb(38,105,219); }
td.TdClassName
{
border-color: #2669DB;
}
.TagClassName
{
border-color: #2669DB;
}
</style>