Shades of Royal Blue #2D6ECF
Tints of Royal Blue #2D6ECF
RGB
CMYK
RGB Variations
Color information
#2D6ECF (or 0x2D6ECF) is known color: Royal Blue. HEX triplet: 2D, 6E and CF. RGB value is (45,110,207). Sum of RGB (Red+Green+Blue) = 45+110+207=362 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.43% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #2D6ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6ECF is #D29130. Grayscale: #656565. Windows color (decimal): -13799729 or 13594157. OLE color: 13594157.
HSL color Cylindrical-coordinate representation of color #2D6ECF: hue angle of 215.93º 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 #2D6ECF is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 110 | 207 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.19 |
| HSL | 215.93º | 0.64% | 0.49% | - |
| HSV(B) | 215.93º | 0.78% | 0.81% | - |
| XYZ | 17.92 | 16.21 | 61.22 | - |
| YUV | 101.62 | 187.47 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 110 | 207 | 0.78 | 0.47 | 0 | 0.19 | 215.93 | 0.64 | 0.49 |
| Hex | 2D | 6E | CF | 4E | 2F | 0 | 13 | D8 | 40 | 31 |
| Octal | 55 | 156 | 317 | 116 | 57 | 0 | 23 | 330 | 100 | 61 |
| Binary | 101101 | 1101110 | 11001111 | 1001110 | 101111 | 0 | 10011 | 11011000 | 1000000 | 110001 |
Color Harmonies of #2D6ECF
Complementary color
Monochromatic Colors of #2D6ECF
Black with #2D6ECF
Text Example
Text Example
White with #2D6ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6ECF; }
p { color: rgb(45,110,207); }
H1.HeaderClassName
{
color: #2D6ECF;
}
.AnyTagClassName
{
color: #2D6ECF;
}
</style>
background-color css
<style>
a { background-color: #2D6ECF; }
a { background-color: rgb(45,110,207); }
div.DivClassName
{
background-color: #2D6ECF;
}
.BgClassName
{
background-color: #2D6ECF;
}
</style>
border-color css
<style>
span { border-color: #2D6ECF; }
span { border-color: rgb(45,110,207); }
td.TdClassName
{
border-color: #2D6ECF;
}
.TagClassName
{
border-color: #2D6ECF;
}
</style>