Shades of Royal Blue #2D6CEF
Tints of Royal Blue #2D6CEF
RGB
CMYK
RGB Variations
Color information
#2D6CEF (or 0x2D6CEF) is known color: Royal Blue. HEX triplet: 2D, 6C and EF. RGB value is (45,108,239). Sum of RGB (Red+Green+Blue) = 45+108+239=392 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.48% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 239 (93.75% from 255 or 60.97% from 392); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D6CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D6CEF is #D29310. Grayscale: #676767. Windows color (decimal): -13800209 or 15690797. OLE color: 15690797.
HSL color Cylindrical-coordinate representation of color #2D6CEF: hue angle of 220.52º 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 #2D6CEF is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 108 | 239 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.06 |
| HSL | 220.52º | 0.86% | 0.56% | - |
| HSV(B) | 220.52º | 0.81% | 0.94% | - |
| XYZ | 22.02 | 17.52 | 83.88 | - |
| YUV | 104.1 | 204.13 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 108 | 239 | 0.81 | 0.55 | 0 | 0.06 | 220.52 | 0.86 | 0.56 |
| Hex | 2D | 6C | EF | 51 | 37 | 0 | 6 | DD | 56 | 38 |
| Octal | 55 | 154 | 357 | 121 | 67 | 0 | 6 | 335 | 126 | 70 |
| Binary | 101101 | 1101100 | 11101111 | 1010001 | 110111 | 0 | 110 | 11011101 | 1010110 | 111000 |
Color Harmonies of #2D6CEF
Complementary color
Monochromatic Colors of #2D6CEF
Black with #2D6CEF
Text Example
Text Example
White with #2D6CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6CEF; }
p { color: rgb(45,108,239); }
H1.HeaderClassName
{
color: #2D6CEF;
}
.AnyTagClassName
{
color: #2D6CEF;
}
</style>
background-color css
<style>
a { background-color: #2D6CEF; }
a { background-color: rgb(45,108,239); }
div.DivClassName
{
background-color: #2D6CEF;
}
.BgClassName
{
background-color: #2D6CEF;
}
</style>
border-color css
<style>
span { border-color: #2D6CEF; }
span { border-color: rgb(45,108,239); }
td.TdClassName
{
border-color: #2D6CEF;
}
.TagClassName
{
border-color: #2D6CEF;
}
</style>