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