Shades of Royal Blue #2D6CFF
Tints of Royal Blue #2D6CFF
RGB
CMYK
RGB Variations
Color information
#2D6CFF (or 0x2D6CFF) is known color: Royal Blue. HEX triplet: 2D, 6C and FF. RGB value is (45,108,255). Sum of RGB (Red+Green+Blue) = 45+108+255=408 (54% of max value = 765). Red value is 45 (17.97% from 255 or 11.03% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #2D6CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D6CFF is #D29300. Grayscale: #696969. Windows color (decimal): -13800193 or 16739373. OLE color: 16739373.
HSL color Cylindrical-coordinate representation of color #2D6CFF: hue angle of 222º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D6CFF is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 108 | 255 | - |
| CMYK | 0.82 | 0.58 | 0 | 0 |
| HSL | 222º | 1% | 0.59% | - |
| HSV(B) | 222º | 0.82% | 1% | - |
| XYZ | 24.49 | 18.5 | 96.89 | - |
| YUV | 105.92 | 212.13 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 108 | 255 | 0.82 | 0.58 | 0 | 0 | 222 | 1 | 0.59 |
| Hex | 2D | 6C | FF | 52 | 3A | 0 | 0 | DE | 64 | 3B |
| Octal | 55 | 154 | 377 | 122 | 72 | 0 | 0 | 336 | 144 | 73 |
| Binary | 101101 | 1101100 | 11111111 | 1010010 | 111010 | 0 | 0 | 11011110 | 1100100 | 111011 |
Color Harmonies of #2D6CFF
Complementary color
Monochromatic Colors of #2D6CFF
Black with #2D6CFF
Text Example
Text Example
White with #2D6CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6CFF; }
p { color: rgb(45,108,255); }
H1.HeaderClassName
{
color: #2D6CFF;
}
.AnyTagClassName
{
color: #2D6CFF;
}
</style>
background-color css
<style>
a { background-color: #2D6CFF; }
a { background-color: rgb(45,108,255); }
div.DivClassName
{
background-color: #2D6CFF;
}
.BgClassName
{
background-color: #2D6CFF;
}
</style>
border-color css
<style>
span { border-color: #2D6CFF; }
span { border-color: rgb(45,108,255); }
td.TdClassName
{
border-color: #2D6CFF;
}
.TagClassName
{
border-color: #2D6CFF;
}
</style>