Shades of Royal Blue #276FDE
Tints of Royal Blue #276FDE
RGB
CMYK
RGB Variations
Color information
#276FDE (or 0x276FDE) is known color: Royal Blue. HEX triplet: 27, 6F and DE. RGB value is (39,111,222). Sum of RGB (Red+Green+Blue) = 39+111+222=372 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.48% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 222 (87.11% from 255 or 59.68% from 372); Max value from RGB is 222 - color contains mainly: blue. Hex color #276FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276FDE is #D89021. Grayscale: #656565. Windows color (decimal): -14192674 or 14577447. OLE color: 14577447.
HSL color Cylindrical-coordinate representation of color #276FDE: hue angle of 216.39º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #276FDE is Cyan = 0.82, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 111 | 222 | - |
| CMYK | 0.82 | 0.5 | 0 | 0.13 |
| HSL | 216.39º | 0.73% | 0.51% | - |
| HSV(B) | 216.39º | 0.82% | 0.87% | - |
| XYZ | 19.71 | 17.07 | 71.36 | - |
| YUV | 102.13 | 195.65 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 111 | 222 | 0.82 | 0.5 | 0 | 0.13 | 216.39 | 0.73 | 0.51 |
| Hex | 27 | 6F | DE | 52 | 32 | 0 | D | D8 | 49 | 33 |
| Octal | 47 | 157 | 336 | 122 | 62 | 0 | 15 | 330 | 111 | 63 |
| Binary | 100111 | 1101111 | 11011110 | 1010010 | 110010 | 0 | 1101 | 11011000 | 1001001 | 110011 |
Color Harmonies of #276FDE
Complementary color
Monochromatic Colors of #276FDE
Black with #276FDE
Text Example
Text Example
White with #276FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276FDE; }
p { color: rgb(39,111,222); }
H1.HeaderClassName
{
color: #276FDE;
}
.AnyTagClassName
{
color: #276FDE;
}
</style>
background-color css
<style>
a { background-color: #276FDE; }
a { background-color: rgb(39,111,222); }
div.DivClassName
{
background-color: #276FDE;
}
.BgClassName
{
background-color: #276FDE;
}
</style>
border-color css
<style>
span { border-color: #276FDE; }
span { border-color: rgb(39,111,222); }
td.TdClassName
{
border-color: #276FDE;
}
.TagClassName
{
border-color: #276FDE;
}
</style>