Shades of Royal Blue #2672F1
Tints of Royal Blue #2672F1
RGB
CMYK
RGB Variations
Color information
#2672F1 (or 0x2672F1) is known color: Royal Blue. HEX triplet: 26, 72 and F1. RGB value is (38,114,241). Sum of RGB (Red+Green+Blue) = 38+114+241=393 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.67% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 241 (94.53% from 255 or 61.32% from 393); Max value from RGB is 241 - color contains mainly: blue. Hex color #2672F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2672F1 is #D98D0E. Grayscale: #696969. Windows color (decimal): -14257423 or 15823398. OLE color: 15823398.
HSL color Cylindrical-coordinate representation of color #2672F1: hue angle of 217.54º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2672F1 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 114 | 241 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.05 |
| HSL | 217.54º | 0.88% | 0.55% | - |
| HSV(B) | 217.54º | 0.84% | 0.95% | - |
| XYZ | 22.69 | 18.8 | 85.65 | - |
| YUV | 105.75 | 204.32 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 114 | 241 | 0.84 | 0.53 | 0 | 0.05 | 217.54 | 0.88 | 0.55 |
| Hex | 26 | 72 | F1 | 54 | 35 | 0 | 5 | DA | 58 | 37 |
| Octal | 46 | 162 | 361 | 124 | 65 | 0 | 5 | 332 | 130 | 67 |
| Binary | 100110 | 1110010 | 11110001 | 1010100 | 110101 | 0 | 101 | 11011010 | 1011000 | 110111 |
Color Harmonies of #2672F1
Complementary color
Monochromatic Colors of #2672F1
Black with #2672F1
Text Example
Text Example
White with #2672F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2672F1; }
p { color: rgb(38,114,241); }
H1.HeaderClassName
{
color: #2672F1;
}
.AnyTagClassName
{
color: #2672F1;
}
</style>
background-color css
<style>
a { background-color: #2672F1; }
a { background-color: rgb(38,114,241); }
div.DivClassName
{
background-color: #2672F1;
}
.BgClassName
{
background-color: #2672F1;
}
</style>
border-color css
<style>
span { border-color: #2672F1; }
span { border-color: rgb(38,114,241); }
td.TdClassName
{
border-color: #2672F1;
}
.TagClassName
{
border-color: #2672F1;
}
</style>