Shades of Royal Blue #2675DD
Tints of Royal Blue #2675DD
RGB
CMYK
RGB Variations
Color information
#2675DD (or 0x2675DD) is known color: Royal Blue. HEX triplet: 26, 75 and DD. RGB value is (38,117,221). Sum of RGB (Red+Green+Blue) = 38+117+221=376 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.11% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #2675DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2675DD is #D98A22. Grayscale: #686868. Windows color (decimal): -14256675 or 14513446. OLE color: 14513446.
HSL color Cylindrical-coordinate representation of color #2675DD: hue angle of 214.1º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2675DD is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 117 | 221 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.13 |
| HSL | 214.1º | 0.73% | 0.51% | - |
| HSV(B) | 214.1º | 0.83% | 0.87% | - |
| XYZ | 20.21 | 18.36 | 70.88 | - |
| YUV | 105.24 | 193.33 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 117 | 221 | 0.83 | 0.47 | 0 | 0.13 | 214.1 | 0.73 | 0.51 |
| Hex | 26 | 75 | DD | 53 | 2F | 0 | D | D6 | 49 | 33 |
| Octal | 46 | 165 | 335 | 123 | 57 | 0 | 15 | 326 | 111 | 63 |
| Binary | 100110 | 1110101 | 11011101 | 1010011 | 101111 | 0 | 1101 | 11010110 | 1001001 | 110011 |
Color Harmonies of #2675DD
Complementary color
Monochromatic Colors of #2675DD
Black with #2675DD
Text Example
Text Example
White with #2675DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2675DD; }
p { color: rgb(38,117,221); }
H1.HeaderClassName
{
color: #2675DD;
}
.AnyTagClassName
{
color: #2675DD;
}
</style>
background-color css
<style>
a { background-color: #2675DD; }
a { background-color: rgb(38,117,221); }
div.DivClassName
{
background-color: #2675DD;
}
.BgClassName
{
background-color: #2675DD;
}
</style>
border-color css
<style>
span { border-color: #2675DD; }
span { border-color: rgb(38,117,221); }
td.TdClassName
{
border-color: #2675DD;
}
.TagClassName
{
border-color: #2675DD;
}
</style>