Shades of Royal Blue #2D6CCE
Tints of Royal Blue #2D6CCE
RGB
CMYK
RGB Variations
Color information
#2D6CCE (or 0x2D6CCE) is known color: Royal Blue. HEX triplet: 2D, 6C and CE. RGB value is (45,108,206). Sum of RGB (Red+Green+Blue) = 45+108+206=359 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.53% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D6CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6CCE is #D29331. Grayscale: #636363. Windows color (decimal): -13800242 or 13528109. OLE color: 13528109.
HSL color Cylindrical-coordinate representation of color #2D6CCE: hue angle of 216.52º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D6CCE is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 108 | 206 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.19 |
| HSL | 216.52º | 0.64% | 0.49% | - |
| HSV(B) | 216.52º | 0.78% | 0.81% | - |
| XYZ | 17.59 | 15.74 | 60.5 | - |
| YUV | 100.34 | 187.63 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 108 | 206 | 0.78 | 0.48 | 0 | 0.19 | 216.52 | 0.64 | 0.49 |
| Hex | 2D | 6C | CE | 4E | 30 | 0 | 13 | D9 | 40 | 31 |
| Octal | 55 | 154 | 316 | 116 | 60 | 0 | 23 | 331 | 100 | 61 |
| Binary | 101101 | 1101100 | 11001110 | 1001110 | 110000 | 0 | 10011 | 11011001 | 1000000 | 110001 |
Color Harmonies of #2D6CCE
Complementary color
Monochromatic Colors of #2D6CCE
Black with #2D6CCE
Text Example
Text Example
White with #2D6CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6CCE; }
p { color: rgb(45,108,206); }
H1.HeaderClassName
{
color: #2D6CCE;
}
.AnyTagClassName
{
color: #2D6CCE;
}
</style>
background-color css
<style>
a { background-color: #2D6CCE; }
a { background-color: rgb(45,108,206); }
div.DivClassName
{
background-color: #2D6CCE;
}
.BgClassName
{
background-color: #2D6CCE;
}
</style>
border-color css
<style>
span { border-color: #2D6CCE; }
span { border-color: rgb(45,108,206); }
td.TdClassName
{
border-color: #2D6CCE;
}
.TagClassName
{
border-color: #2D6CCE;
}
</style>