Shades of Royal Blue #2769DC
Tints of Royal Blue #2769DC
RGB
CMYK
RGB Variations
Color information
#2769DC (or 0x2769DC) is known color: Royal Blue. HEX triplet: 27, 69 and DC. RGB value is (39,105,220). Sum of RGB (Red+Green+Blue) = 39+105+220=364 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.71% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #2769DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2769DC is #D89623. Grayscale: #616161. Windows color (decimal): -14194212 or 14444839. OLE color: 14444839.
HSL color Cylindrical-coordinate representation of color #2769DC: hue angle of 218.12º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2769DC is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 105 | 220 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.14 |
| HSL | 218.12º | 0.72% | 0.51% | - |
| HSV(B) | 218.12º | 0.82% | 0.86% | - |
| XYZ | 18.81 | 15.7 | 69.75 | - |
| YUV | 98.38 | 196.63 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 105 | 220 | 0.82 | 0.52 | 0 | 0.14 | 218.12 | 0.72 | 0.51 |
| Hex | 27 | 69 | DC | 52 | 34 | 0 | E | DA | 48 | 33 |
| Octal | 47 | 151 | 334 | 122 | 64 | 0 | 16 | 332 | 110 | 63 |
| Binary | 100111 | 1101001 | 11011100 | 1010010 | 110100 | 0 | 1110 | 11011010 | 1001000 | 110011 |
Color Harmonies of #2769DC
Complementary color
Monochromatic Colors of #2769DC
Black with #2769DC
Text Example
Text Example
White with #2769DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2769DC; }
p { color: rgb(39,105,220); }
H1.HeaderClassName
{
color: #2769DC;
}
.AnyTagClassName
{
color: #2769DC;
}
</style>
background-color css
<style>
a { background-color: #2769DC; }
a { background-color: rgb(39,105,220); }
div.DivClassName
{
background-color: #2769DC;
}
.BgClassName
{
background-color: #2769DC;
}
</style>
border-color css
<style>
span { border-color: #2769DC; }
span { border-color: rgb(39,105,220); }
td.TdClassName
{
border-color: #2769DC;
}
.TagClassName
{
border-color: #2769DC;
}
</style>