Shades of Royal Blue #2C64EF
Tints of Royal Blue #2C64EF
RGB
CMYK
RGB Variations
Color information
#2C64EF (or 0x2C64EF) is known color: Royal Blue. HEX triplet: 2C, 64 and EF. RGB value is (44,100,239). Sum of RGB (Red+Green+Blue) = 44+100+239=383 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.49% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #2C64EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C64EF is #D39B10. Grayscale: #626262. Windows color (decimal): -13867793 or 15688748. OLE color: 15688748.
HSL color Cylindrical-coordinate representation of color #2C64EF: hue angle of 222.77º 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 #2C64EF is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 100 | 239 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.06 |
| HSL | 222.77º | 0.86% | 0.55% | - |
| HSV(B) | 222.77º | 0.82% | 0.94% | - |
| XYZ | 21.18 | 15.88 | 83.61 | - |
| YUV | 99.1 | 206.95 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 100 | 239 | 0.82 | 0.58 | 0 | 0.06 | 222.77 | 0.86 | 0.55 |
| Hex | 2C | 64 | EF | 52 | 3A | 0 | 6 | DF | 56 | 37 |
| Octal | 54 | 144 | 357 | 122 | 72 | 0 | 6 | 337 | 126 | 67 |
| Binary | 101100 | 1100100 | 11101111 | 1010010 | 111010 | 0 | 110 | 11011111 | 1010110 | 110111 |
Color Harmonies of #2C64EF
Complementary color
Monochromatic Colors of #2C64EF
Black with #2C64EF
Text Example
Text Example
White with #2C64EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C64EF; }
p { color: rgb(44,100,239); }
H1.HeaderClassName
{
color: #2C64EF;
}
.AnyTagClassName
{
color: #2C64EF;
}
</style>
background-color css
<style>
a { background-color: #2C64EF; }
a { background-color: rgb(44,100,239); }
div.DivClassName
{
background-color: #2C64EF;
}
.BgClassName
{
background-color: #2C64EF;
}
</style>
border-color css
<style>
span { border-color: #2C64EF; }
span { border-color: rgb(44,100,239); }
td.TdClassName
{
border-color: #2C64EF;
}
.TagClassName
{
border-color: #2C64EF;
}
</style>