Shades of Royal Blue #2D6AFE
Tints of Royal Blue #2D6AFE
RGB
CMYK
RGB Variations
Color information
#2D6AFE (or 0x2D6AFE) is known color: Royal Blue. HEX triplet: 2D, 6A and FE. RGB value is (45,106,254). Sum of RGB (Red+Green+Blue) = 45+106+254=405 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.11% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #2D6AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D6AFE is #D29501. Grayscale: #676767. Windows color (decimal): -13800706 or 16673325. OLE color: 16673325.
HSL color Cylindrical-coordinate representation of color #2D6AFE: hue angle of 222.49º 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 #2D6AFE is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 106 | 254 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.00 |
| HSL | 222.49º | 0.99% | 0.59% | - |
| HSV(B) | 222.49º | 0.82% | 1% | - |
| XYZ | 24.13 | 18.02 | 95.97 | - |
| YUV | 104.63 | 212.29 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 106 | 254 | 0.82 | 0.58 | 0 | 0.00 | 222.49 | 0.99 | 0.59 |
| Hex | 2D | 6A | FE | 52 | 3A | 0 | 0 | DE | 63 | 3B |
| Octal | 55 | 152 | 376 | 122 | 72 | 0 | 0 | 336 | 143 | 73 |
| Binary | 101101 | 1101010 | 11111110 | 1010010 | 111010 | 0 | 0 | 11011110 | 1100011 | 111011 |
Color Harmonies of #2D6AFE
Complementary color
Monochromatic Colors of #2D6AFE
Black with #2D6AFE
Text Example
Text Example
White with #2D6AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6AFE; }
p { color: rgb(45,106,254); }
H1.HeaderClassName
{
color: #2D6AFE;
}
.AnyTagClassName
{
color: #2D6AFE;
}
</style>
background-color css
<style>
a { background-color: #2D6AFE; }
a { background-color: rgb(45,106,254); }
div.DivClassName
{
background-color: #2D6AFE;
}
.BgClassName
{
background-color: #2D6AFE;
}
</style>
border-color css
<style>
span { border-color: #2D6AFE; }
span { border-color: rgb(45,106,254); }
td.TdClassName
{
border-color: #2D6AFE;
}
.TagClassName
{
border-color: #2D6AFE;
}
</style>