Shades of Royal Blue #2D65DE
Tints of Royal Blue #2D65DE
RGB
CMYK
RGB Variations
Color information
#2D65DE (or 0x2D65DE) is known color: Royal Blue. HEX triplet: 2D, 65 and DE. RGB value is (45,101,222). Sum of RGB (Red+Green+Blue) = 45+101+222=368 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.23% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 222 (87.11% from 255 or 60.33% from 368); Max value from RGB is 222 - color contains mainly: blue. Hex color #2D65DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D65DE is #D29A21. Grayscale: #616161. Windows color (decimal): -13802018 or 14574893. OLE color: 14574893.
HSL color Cylindrical-coordinate representation of color #2D65DE: hue angle of 221.02º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D65DE is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 101 | 222 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.13 |
| HSL | 221.02º | 0.73% | 0.52% | - |
| HSV(B) | 221.02º | 0.8% | 0.87% | - |
| XYZ | 18.92 | 15.14 | 71.03 | - |
| YUV | 98.05 | 197.95 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 101 | 222 | 0.80 | 0.55 | 0 | 0.13 | 221.02 | 0.73 | 0.52 |
| Hex | 2D | 65 | DE | 50 | 37 | 0 | D | DD | 49 | 34 |
| Octal | 55 | 145 | 336 | 120 | 67 | 0 | 15 | 335 | 111 | 64 |
| Binary | 101101 | 1100101 | 11011110 | 1010000 | 110111 | 0 | 1101 | 11011101 | 1001001 | 110100 |
Color Harmonies of #2D65DE
Complementary color
Monochromatic Colors of #2D65DE
Black with #2D65DE
Text Example
Text Example
White with #2D65DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D65DE; }
p { color: rgb(45,101,222); }
H1.HeaderClassName
{
color: #2D65DE;
}
.AnyTagClassName
{
color: #2D65DE;
}
</style>
background-color css
<style>
a { background-color: #2D65DE; }
a { background-color: rgb(45,101,222); }
div.DivClassName
{
background-color: #2D65DE;
}
.BgClassName
{
background-color: #2D65DE;
}
</style>
border-color css
<style>
span { border-color: #2D65DE; }
span { border-color: rgb(45,101,222); }
td.TdClassName
{
border-color: #2D65DE;
}
.TagClassName
{
border-color: #2D65DE;
}
</style>