Shades of Royal Blue #2C69EF
Tints of Royal Blue #2C69EF
RGB
CMYK
RGB Variations
Color information
#2C69EF (or 0x2C69EF) is known color: Royal Blue. HEX triplet: 2C, 69 and EF. RGB value is (44,105,239). Sum of RGB (Red+Green+Blue) = 44+105+239=388 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.34% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #2C69EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C69EF is #D39610. Grayscale: #656565. Windows color (decimal): -13866513 or 15690028. OLE color: 15690028.
HSL color Cylindrical-coordinate representation of color #2C69EF: hue angle of 221.23º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C69EF is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 105 | 239 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.06 |
| HSL | 221.23º | 0.86% | 0.55% | - |
| HSV(B) | 221.23º | 0.82% | 0.94% | - |
| XYZ | 21.67 | 16.87 | 83.78 | - |
| YUV | 102.04 | 205.29 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 105 | 239 | 0.82 | 0.56 | 0 | 0.06 | 221.23 | 0.86 | 0.55 |
| Hex | 2C | 69 | EF | 52 | 38 | 0 | 6 | DD | 56 | 37 |
| Octal | 54 | 151 | 357 | 122 | 70 | 0 | 6 | 335 | 126 | 67 |
| Binary | 101100 | 1101001 | 11101111 | 1010010 | 111000 | 0 | 110 | 11011101 | 1010110 | 110111 |
Color Harmonies of #2C69EF
Complementary color
Monochromatic Colors of #2C69EF
Black with #2C69EF
Text Example
Text Example
White with #2C69EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C69EF; }
p { color: rgb(44,105,239); }
H1.HeaderClassName
{
color: #2C69EF;
}
.AnyTagClassName
{
color: #2C69EF;
}
</style>
background-color css
<style>
a { background-color: #2C69EF; }
a { background-color: rgb(44,105,239); }
div.DivClassName
{
background-color: #2C69EF;
}
.BgClassName
{
background-color: #2C69EF;
}
</style>
border-color css
<style>
span { border-color: #2C69EF; }
span { border-color: rgb(44,105,239); }
td.TdClassName
{
border-color: #2C69EF;
}
.TagClassName
{
border-color: #2C69EF;
}
</style>