Shades of Royal Blue #2D6BFC
Tints of Royal Blue #2D6BFC
RGB
CMYK
RGB Variations
Color information
#2D6BFC (or 0x2D6BFC) is known color: Royal Blue. HEX triplet: 2D, 6B and FC. RGB value is (45,107,252). Sum of RGB (Red+Green+Blue) = 45+107+252=404 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.14% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 252 (98.83% from 255 or 62.38% from 404); Max value from RGB is 252 - color contains mainly: blue. Hex color #2D6BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D6BFC is #D29403. Grayscale: #686868. Windows color (decimal): -13800452 or 16542509. OLE color: 16542509.
HSL color Cylindrical-coordinate representation of color #2D6BFC: hue angle of 222.03º 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 #2D6BFC is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 107 | 252 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.01 |
| HSL | 222.03º | 0.97% | 0.58% | - |
| HSV(B) | 222.03º | 0.82% | 0.99% | - |
| XYZ | 23.91 | 18.1 | 94.33 | - |
| YUV | 104.99 | 210.96 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 107 | 252 | 0.82 | 0.58 | 0 | 0.01 | 222.03 | 0.97 | 0.58 |
| Hex | 2D | 6B | FC | 52 | 3A | 0 | 1 | DE | 61 | 3A |
| Octal | 55 | 153 | 374 | 122 | 72 | 0 | 1 | 336 | 141 | 72 |
| Binary | 101101 | 1101011 | 11111100 | 1010010 | 111010 | 0 | 1 | 11011110 | 1100001 | 111010 |
Color Harmonies of #2D6BFC
Complementary color
Monochromatic Colors of #2D6BFC
Black with #2D6BFC
Text Example
Text Example
White with #2D6BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6BFC; }
p { color: rgb(45,107,252); }
H1.HeaderClassName
{
color: #2D6BFC;
}
.AnyTagClassName
{
color: #2D6BFC;
}
</style>
background-color css
<style>
a { background-color: #2D6BFC; }
a { background-color: rgb(45,107,252); }
div.DivClassName
{
background-color: #2D6BFC;
}
.BgClassName
{
background-color: #2D6BFC;
}
</style>
border-color css
<style>
span { border-color: #2D6BFC; }
span { border-color: rgb(45,107,252); }
td.TdClassName
{
border-color: #2D6BFC;
}
.TagClassName
{
border-color: #2D6BFC;
}
</style>