Shades of Royal Blue #2D6BCE
Tints of Royal Blue #2D6BCE
RGB
CMYK
RGB Variations
Color information
#2D6BCE (or 0x2D6BCE) is known color: Royal Blue. HEX triplet: 2D, 6B and CE. RGB value is (45,107,206). Sum of RGB (Red+Green+Blue) = 45+107+206=358 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.57% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D6BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6BCE is #D29431. Grayscale: #636363. Windows color (decimal): -13800498 or 13527853. OLE color: 13527853.
HSL color Cylindrical-coordinate representation of color #2D6BCE: hue angle of 216.89º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D6BCE is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 107 | 206 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.19 |
| HSL | 216.89º | 0.64% | 0.49% | - |
| HSV(B) | 216.89º | 0.78% | 0.81% | - |
| XYZ | 17.48 | 15.53 | 60.47 | - |
| YUV | 99.75 | 187.96 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 107 | 206 | 0.78 | 0.48 | 0 | 0.19 | 216.89 | 0.64 | 0.49 |
| Hex | 2D | 6B | CE | 4E | 30 | 0 | 13 | D9 | 40 | 31 |
| Octal | 55 | 153 | 316 | 116 | 60 | 0 | 23 | 331 | 100 | 61 |
| Binary | 101101 | 1101011 | 11001110 | 1001110 | 110000 | 0 | 10011 | 11011001 | 1000000 | 110001 |
Color Harmonies of #2D6BCE
Complementary color
Monochromatic Colors of #2D6BCE
Black with #2D6BCE
Text Example
Text Example
White with #2D6BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6BCE; }
p { color: rgb(45,107,206); }
H1.HeaderClassName
{
color: #2D6BCE;
}
.AnyTagClassName
{
color: #2D6BCE;
}
</style>
background-color css
<style>
a { background-color: #2D6BCE; }
a { background-color: rgb(45,107,206); }
div.DivClassName
{
background-color: #2D6BCE;
}
.BgClassName
{
background-color: #2D6BCE;
}
</style>
border-color css
<style>
span { border-color: #2D6BCE; }
span { border-color: rgb(45,107,206); }
td.TdClassName
{
border-color: #2D6BCE;
}
.TagClassName
{
border-color: #2D6BCE;
}
</style>