Shades of Royal Blue #2D6BFE
Tints of Royal Blue #2D6BFE
RGB
CMYK
RGB Variations
Color information
#2D6BFE (or 0x2D6BFE) is known color: Royal Blue. HEX triplet: 2D, 6B and FE. RGB value is (45,107,254). Sum of RGB (Red+Green+Blue) = 45+107+254=406 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.08% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #2D6BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D6BFE is #D29401. Grayscale: #686868. Windows color (decimal): -13800450 or 16673581. OLE color: 16673581.
HSL color Cylindrical-coordinate representation of color #2D6BFE: hue angle of 222.2º 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 #2D6BFE is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 107 | 254 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.00 |
| HSL | 222.2º | 0.99% | 0.59% | - |
| HSV(B) | 222.2º | 0.82% | 1% | - |
| XYZ | 24.23 | 18.23 | 96.01 | - |
| YUV | 105.22 | 211.96 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 107 | 254 | 0.82 | 0.58 | 0 | 0.00 | 222.2 | 0.99 | 0.59 |
| Hex | 2D | 6B | FE | 52 | 3A | 0 | 0 | DE | 63 | 3B |
| Octal | 55 | 153 | 376 | 122 | 72 | 0 | 0 | 336 | 143 | 73 |
| Binary | 101101 | 1101011 | 11111110 | 1010010 | 111010 | 0 | 0 | 11011110 | 1100011 | 111011 |
Color Harmonies of #2D6BFE
Complementary color
Monochromatic Colors of #2D6BFE
Black with #2D6BFE
Text Example
Text Example
White with #2D6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6BFE; }
p { color: rgb(45,107,254); }
H1.HeaderClassName
{
color: #2D6BFE;
}
.AnyTagClassName
{
color: #2D6BFE;
}
</style>
background-color css
<style>
a { background-color: #2D6BFE; }
a { background-color: rgb(45,107,254); }
div.DivClassName
{
background-color: #2D6BFE;
}
.BgClassName
{
background-color: #2D6BFE;
}
</style>
border-color css
<style>
span { border-color: #2D6BFE; }
span { border-color: rgb(45,107,254); }
td.TdClassName
{
border-color: #2D6BFE;
}
.TagClassName
{
border-color: #2D6BFE;
}
</style>