Shades of Royal Blue #2C66DB
Tints of Royal Blue #2C66DB
RGB
CMYK
RGB Variations
Color information
#2C66DB (or 0x2C66DB) is known color: Royal Blue. HEX triplet: 2C, 66 and DB. RGB value is (44,102,219). Sum of RGB (Red+Green+Blue) = 44+102+219=365 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.05% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C66DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C66DB is #D39924. Grayscale: #616161. Windows color (decimal): -13867301 or 14378540. OLE color: 14378540.
HSL color Cylindrical-coordinate representation of color #2C66DB: hue angle of 220.11º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C66DB is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 102 | 219 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.14 |
| HSL | 220.11º | 0.71% | 0.52% | - |
| HSV(B) | 220.11º | 0.8% | 0.86% | - |
| XYZ | 18.58 | 15.15 | 68.96 | - |
| YUV | 98 | 196.28 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 102 | 219 | 0.80 | 0.53 | 0 | 0.14 | 220.11 | 0.71 | 0.52 |
| Hex | 2C | 66 | DB | 50 | 35 | 0 | E | DC | 47 | 34 |
| Octal | 54 | 146 | 333 | 120 | 65 | 0 | 16 | 334 | 107 | 64 |
| Binary | 101100 | 1100110 | 11011011 | 1010000 | 110101 | 0 | 1110 | 11011100 | 1000111 | 110100 |
Color Harmonies of #2C66DB
Complementary color
Monochromatic Colors of #2C66DB
Black with #2C66DB
Text Example
Text Example
White with #2C66DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C66DB; }
p { color: rgb(44,102,219); }
H1.HeaderClassName
{
color: #2C66DB;
}
.AnyTagClassName
{
color: #2C66DB;
}
</style>
background-color css
<style>
a { background-color: #2C66DB; }
a { background-color: rgb(44,102,219); }
div.DivClassName
{
background-color: #2C66DB;
}
.BgClassName
{
background-color: #2C66DB;
}
</style>
border-color css
<style>
span { border-color: #2C66DB; }
span { border-color: rgb(44,102,219); }
td.TdClassName
{
border-color: #2C66DB;
}
.TagClassName
{
border-color: #2C66DB;
}
</style>