Shades of Royal Blue #2D65DA
Tints of Royal Blue #2D65DA
RGB
CMYK
RGB Variations
Color information
#2D65DA (or 0x2D65DA) is known color: Royal Blue. HEX triplet: 2D, 65 and DA. RGB value is (45,101,218). Sum of RGB (Red+Green+Blue) = 45+101+218=364 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.36% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #2D65DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D65DA is #D29A25. Grayscale: #616161. Windows color (decimal): -13802022 or 14312749. OLE color: 14312749.
HSL color Cylindrical-coordinate representation of color #2D65DA: hue angle of 220.58º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D65DA is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 101 | 218 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.15 |
| HSL | 220.58º | 0.7% | 0.52% | - |
| HSV(B) | 220.58º | 0.79% | 0.85% | - |
| XYZ | 18.39 | 14.93 | 68.24 | - |
| YUV | 97.59 | 195.95 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 101 | 218 | 0.79 | 0.54 | 0 | 0.15 | 220.58 | 0.7 | 0.52 |
| Hex | 2D | 65 | DA | 4F | 36 | 0 | F | DD | 46 | 34 |
| Octal | 55 | 145 | 332 | 117 | 66 | 0 | 17 | 335 | 106 | 64 |
| Binary | 101101 | 1100101 | 11011010 | 1001111 | 110110 | 0 | 1111 | 11011101 | 1000110 | 110100 |
Color Harmonies of #2D65DA
Complementary color
Monochromatic Colors of #2D65DA
Black with #2D65DA
Text Example
Text Example
White with #2D65DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D65DA; }
p { color: rgb(45,101,218); }
H1.HeaderClassName
{
color: #2D65DA;
}
.AnyTagClassName
{
color: #2D65DA;
}
</style>
background-color css
<style>
a { background-color: #2D65DA; }
a { background-color: rgb(45,101,218); }
div.DivClassName
{
background-color: #2D65DA;
}
.BgClassName
{
background-color: #2D65DA;
}
</style>
border-color css
<style>
span { border-color: #2D65DA; }
span { border-color: rgb(45,101,218); }
td.TdClassName
{
border-color: #2D65DA;
}
.TagClassName
{
border-color: #2D65DA;
}
</style>