Shades of Royal Blue #2D6DFE
Tints of Royal Blue #2D6DFE
RGB
CMYK
RGB Variations
Color information
#2D6DFE (or 0x2D6DFE) is known color: Royal Blue. HEX triplet: 2D, 6D and FE. RGB value is (45,109,254). Sum of RGB (Red+Green+Blue) = 45+109+254=408 (54% of max value = 765). Red value is 45 (17.97% from 255 or 11.03% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #2D6DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D6DFE is #D29201. Grayscale: #696969. Windows color (decimal): -13799938 or 16674093. OLE color: 16674093.
HSL color Cylindrical-coordinate representation of color #2D6DFE: hue angle of 221.63º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D6DFE is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 109 | 254 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.00 |
| HSL | 221.63º | 0.99% | 0.59% | - |
| HSV(B) | 221.63º | 0.82% | 1% | - |
| XYZ | 24.44 | 18.65 | 96.08 | - |
| YUV | 106.39 | 211.3 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 109 | 254 | 0.82 | 0.57 | 0 | 0.00 | 221.63 | 0.99 | 0.59 |
| Hex | 2D | 6D | FE | 52 | 39 | 0 | 0 | DE | 63 | 3B |
| Octal | 55 | 155 | 376 | 122 | 71 | 0 | 0 | 336 | 143 | 73 |
| Binary | 101101 | 1101101 | 11111110 | 1010010 | 111001 | 0 | 0 | 11011110 | 1100011 | 111011 |
Color Harmonies of #2D6DFE
Complementary color
Monochromatic Colors of #2D6DFE
Black with #2D6DFE
Text Example
Text Example
White with #2D6DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6DFE; }
p { color: rgb(45,109,254); }
H1.HeaderClassName
{
color: #2D6DFE;
}
.AnyTagClassName
{
color: #2D6DFE;
}
</style>
background-color css
<style>
a { background-color: #2D6DFE; }
a { background-color: rgb(45,109,254); }
div.DivClassName
{
background-color: #2D6DFE;
}
.BgClassName
{
background-color: #2D6DFE;
}
</style>
border-color css
<style>
span { border-color: #2D6DFE; }
span { border-color: rgb(45,109,254); }
td.TdClassName
{
border-color: #2D6DFE;
}
.TagClassName
{
border-color: #2D6DFE;
}
</style>