Shades of Royal Blue #2D6AFC
Tints of Royal Blue #2D6AFC
RGB
CMYK
RGB Variations
Color information
#2D6AFC (or 0x2D6AFC) is known color: Royal Blue. HEX triplet: 2D, 6A and FC. RGB value is (45,106,252). Sum of RGB (Red+Green+Blue) = 45+106+252=403 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.17% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 252 (98.83% from 255 or 62.53% from 403); Max value from RGB is 252 - color contains mainly: blue. Hex color #2D6AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D6AFC is #D29503. Grayscale: #676767. Windows color (decimal): -13800708 or 16542253. OLE color: 16542253.
HSL color Cylindrical-coordinate representation of color #2D6AFC: hue angle of 222.32º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D6AFC is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 106 | 252 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.01 |
| HSL | 222.32º | 0.97% | 0.58% | - |
| HSV(B) | 222.32º | 0.82% | 0.99% | - |
| XYZ | 23.81 | 17.89 | 94.29 | - |
| YUV | 104.41 | 211.29 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 106 | 252 | 0.82 | 0.58 | 0 | 0.01 | 222.32 | 0.97 | 0.58 |
| Hex | 2D | 6A | FC | 52 | 3A | 0 | 1 | DE | 61 | 3A |
| Octal | 55 | 152 | 374 | 122 | 72 | 0 | 1 | 336 | 141 | 72 |
| Binary | 101101 | 1101010 | 11111100 | 1010010 | 111010 | 0 | 1 | 11011110 | 1100001 | 111010 |
Color Harmonies of #2D6AFC
Complementary color
Monochromatic Colors of #2D6AFC
Black with #2D6AFC
Text Example
Text Example
White with #2D6AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6AFC; }
p { color: rgb(45,106,252); }
H1.HeaderClassName
{
color: #2D6AFC;
}
.AnyTagClassName
{
color: #2D6AFC;
}
</style>
background-color css
<style>
a { background-color: #2D6AFC; }
a { background-color: rgb(45,106,252); }
div.DivClassName
{
background-color: #2D6AFC;
}
.BgClassName
{
background-color: #2D6AFC;
}
</style>
border-color css
<style>
span { border-color: #2D6AFC; }
span { border-color: rgb(45,106,252); }
td.TdClassName
{
border-color: #2D6AFC;
}
.TagClassName
{
border-color: #2D6AFC;
}
</style>