Shades of Royal Blue #2672D8
Tints of Royal Blue #2672D8
RGB
CMYK
RGB Variations
Color information
#2672D8 (or 0x2672D8) is known color: Royal Blue. HEX triplet: 26, 72 and D8. RGB value is (38,114,216). Sum of RGB (Red+Green+Blue) = 38+114+216=368 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.33% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 216 (84.77% from 255 or 58.70% from 368); Max value from RGB is 216 - color contains mainly: blue. Hex color #2672D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2672D8 is #D98D27. Grayscale: #666666. Windows color (decimal): -14257448 or 14184998. OLE color: 14184998.
HSL color Cylindrical-coordinate representation of color #2672D8: hue angle of 214.38º degrees, saturation: 0.7, 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 #2672D8 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 114 | 216 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.15 |
| HSL | 214.38º | 0.7% | 0.5% | - |
| HSV(B) | 214.38º | 0.82% | 0.85% | - |
| XYZ | 19.21 | 17.4 | 67.31 | - |
| YUV | 102.9 | 191.82 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 114 | 216 | 0.82 | 0.47 | 0 | 0.15 | 214.38 | 0.7 | 0.5 |
| Hex | 26 | 72 | D8 | 52 | 2F | 0 | F | D6 | 46 | 32 |
| Octal | 46 | 162 | 330 | 122 | 57 | 0 | 17 | 326 | 106 | 62 |
| Binary | 100110 | 1110010 | 11011000 | 1010010 | 101111 | 0 | 1111 | 11010110 | 1000110 | 110010 |
Color Harmonies of #2672D8
Complementary color
Monochromatic Colors of #2672D8
Black with #2672D8
Text Example
Text Example
White with #2672D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2672D8; }
p { color: rgb(38,114,216); }
H1.HeaderClassName
{
color: #2672D8;
}
.AnyTagClassName
{
color: #2672D8;
}
</style>
background-color css
<style>
a { background-color: #2672D8; }
a { background-color: rgb(38,114,216); }
div.DivClassName
{
background-color: #2672D8;
}
.BgClassName
{
background-color: #2672D8;
}
</style>
border-color css
<style>
span { border-color: #2672D8; }
span { border-color: rgb(38,114,216); }
td.TdClassName
{
border-color: #2672D8;
}
.TagClassName
{
border-color: #2672D8;
}
</style>