Shades of Royal Blue #2B65EF
Tints of Royal Blue #2B65EF
RGB
CMYK
RGB Variations
Color information
#2B65EF (or 0x2B65EF) is known color: Royal Blue. HEX triplet: 2B, 65 and EF. RGB value is (43,101,239). Sum of RGB (Red+Green+Blue) = 43+101+239=383 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.23% from 383); Green value is 101 (39.84% from 255 or 26.37% 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 #2B65EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B65EF is #D49A10. Grayscale: #626262. Windows color (decimal): -13933073 or 15689003. OLE color: 15689003.
HSL color Cylindrical-coordinate representation of color #2B65EF: hue angle of 222.24º 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 #2B65EF is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 101 | 239 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.06 |
| HSL | 222.24º | 0.86% | 0.55% | - |
| HSV(B) | 222.24º | 0.82% | 0.94% | - |
| XYZ | 21.23 | 16.05 | 83.64 | - |
| YUV | 99.39 | 206.78 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 101 | 239 | 0.82 | 0.58 | 0 | 0.06 | 222.24 | 0.86 | 0.55 |
| Hex | 2B | 65 | EF | 52 | 3A | 0 | 6 | DE | 56 | 37 |
| Octal | 53 | 145 | 357 | 122 | 72 | 0 | 6 | 336 | 126 | 67 |
| Binary | 101011 | 1100101 | 11101111 | 1010010 | 111010 | 0 | 110 | 11011110 | 1010110 | 110111 |
Color Harmonies of #2B65EF
Complementary color
Monochromatic Colors of #2B65EF
Black with #2B65EF
Text Example
Text Example
White with #2B65EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B65EF; }
p { color: rgb(43,101,239); }
H1.HeaderClassName
{
color: #2B65EF;
}
.AnyTagClassName
{
color: #2B65EF;
}
</style>
background-color css
<style>
a { background-color: #2B65EF; }
a { background-color: rgb(43,101,239); }
div.DivClassName
{
background-color: #2B65EF;
}
.BgClassName
{
background-color: #2B65EF;
}
</style>
border-color css
<style>
span { border-color: #2B65EF; }
span { border-color: rgb(43,101,239); }
td.TdClassName
{
border-color: #2B65EF;
}
.TagClassName
{
border-color: #2B65EF;
}
</style>