Shades of Royal Blue #276CDA
Tints of Royal Blue #276CDA
RGB
CMYK
RGB Variations
Color information
#276CDA (or 0x276CDA) is known color: Royal Blue. HEX triplet: 27, 6C and DA. RGB value is (39,108,218). Sum of RGB (Red+Green+Blue) = 39+108+218=365 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.68% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #276CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276CDA is #D89325. Grayscale: #636363. Windows color (decimal): -14193446 or 14314535. OLE color: 14314535.
HSL color Cylindrical-coordinate representation of color #276CDA: hue angle of 216.87º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #276CDA is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 108 | 218 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.15 |
| HSL | 216.87º | 0.71% | 0.5% | - |
| HSV(B) | 216.87º | 0.82% | 0.85% | - |
| XYZ | 18.85 | 16.22 | 68.47 | - |
| YUV | 99.91 | 194.64 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 108 | 218 | 0.82 | 0.50 | 0 | 0.15 | 216.87 | 0.71 | 0.5 |
| Hex | 27 | 6C | DA | 52 | 32 | 0 | F | D9 | 47 | 32 |
| Octal | 47 | 154 | 332 | 122 | 62 | 0 | 17 | 331 | 107 | 62 |
| Binary | 100111 | 1101100 | 11011010 | 1010010 | 110010 | 0 | 1111 | 11011001 | 1000111 | 110010 |
Color Harmonies of #276CDA
Complementary color
Monochromatic Colors of #276CDA
Black with #276CDA
Text Example
Text Example
White with #276CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276CDA; }
p { color: rgb(39,108,218); }
H1.HeaderClassName
{
color: #276CDA;
}
.AnyTagClassName
{
color: #276CDA;
}
</style>
background-color css
<style>
a { background-color: #276CDA; }
a { background-color: rgb(39,108,218); }
div.DivClassName
{
background-color: #276CDA;
}
.BgClassName
{
background-color: #276CDA;
}
</style>
border-color css
<style>
span { border-color: #276CDA; }
span { border-color: rgb(39,108,218); }
td.TdClassName
{
border-color: #276CDA;
}
.TagClassName
{
border-color: #276CDA;
}
</style>