Shades of Royal Blue #2D65EF
Tints of Royal Blue #2D65EF
RGB
CMYK
RGB Variations
Color information
#2D65EF (or 0x2D65EF) is known color: Royal Blue. HEX triplet: 2D, 65 and EF. RGB value is (45,101,239). Sum of RGB (Red+Green+Blue) = 45+101+239=385 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.69% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D65EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D65EF is #D29A10. Grayscale: #636363. Windows color (decimal): -13802001 or 15689005. OLE color: 15689005.
HSL color Cylindrical-coordinate representation of color #2D65EF: hue angle of 222.68º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D65EF is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 101 | 239 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.06 |
| HSL | 222.68º | 0.86% | 0.56% | - |
| HSV(B) | 222.68º | 0.81% | 0.94% | - |
| XYZ | 21.32 | 16.1 | 83.64 | - |
| YUV | 99.99 | 206.45 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 101 | 239 | 0.81 | 0.58 | 0 | 0.06 | 222.68 | 0.86 | 0.56 |
| Hex | 2D | 65 | EF | 51 | 3A | 0 | 6 | DF | 56 | 38 |
| Octal | 55 | 145 | 357 | 121 | 72 | 0 | 6 | 337 | 126 | 70 |
| Binary | 101101 | 1100101 | 11101111 | 1010001 | 111010 | 0 | 110 | 11011111 | 1010110 | 111000 |
Color Harmonies of #2D65EF
Complementary color
Monochromatic Colors of #2D65EF
Black with #2D65EF
Text Example
Text Example
White with #2D65EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D65EF; }
p { color: rgb(45,101,239); }
H1.HeaderClassName
{
color: #2D65EF;
}
.AnyTagClassName
{
color: #2D65EF;
}
</style>
background-color css
<style>
a { background-color: #2D65EF; }
a { background-color: rgb(45,101,239); }
div.DivClassName
{
background-color: #2D65EF;
}
.BgClassName
{
background-color: #2D65EF;
}
</style>
border-color css
<style>
span { border-color: #2D65EF; }
span { border-color: rgb(45,101,239); }
td.TdClassName
{
border-color: #2D65EF;
}
.TagClassName
{
border-color: #2D65EF;
}
</style>