Shades of Royal Blue #276AF1
Tints of Royal Blue #276AF1
RGB
CMYK
RGB Variations
Color information
#276AF1 (or 0x276AF1) is known color: Royal Blue. HEX triplet: 27, 6A and F1. RGB value is (39,106,241). Sum of RGB (Red+Green+Blue) = 39+106+241=386 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.10% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 241 (94.53% from 255 or 62.44% from 386); Max value from RGB is 241 - color contains mainly: blue. Hex color #276AF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276AF1 is #D8950E. Grayscale: #646464. Windows color (decimal): -14193935 or 15821351. OLE color: 15821351.
HSL color Cylindrical-coordinate representation of color #276AF1: hue angle of 220.1º 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 #276AF1 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 106 | 241 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.05 |
| HSL | 220.1º | 0.88% | 0.55% | - |
| HSV(B) | 220.1º | 0.84% | 0.95% | - |
| XYZ | 21.87 | 17.09 | 85.37 | - |
| YUV | 101.36 | 206.8 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 106 | 241 | 0.84 | 0.56 | 0 | 0.05 | 220.1 | 0.88 | 0.55 |
| Hex | 27 | 6A | F1 | 54 | 38 | 0 | 5 | DC | 58 | 37 |
| Octal | 47 | 152 | 361 | 124 | 70 | 0 | 5 | 334 | 130 | 67 |
| Binary | 100111 | 1101010 | 11110001 | 1010100 | 111000 | 0 | 101 | 11011100 | 1011000 | 110111 |
Color Harmonies of #276AF1
Complementary color
Monochromatic Colors of #276AF1
Black with #276AF1
Text Example
Text Example
White with #276AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276AF1; }
p { color: rgb(39,106,241); }
H1.HeaderClassName
{
color: #276AF1;
}
.AnyTagClassName
{
color: #276AF1;
}
</style>
background-color css
<style>
a { background-color: #276AF1; }
a { background-color: rgb(39,106,241); }
div.DivClassName
{
background-color: #276AF1;
}
.BgClassName
{
background-color: #276AF1;
}
</style>
border-color css
<style>
span { border-color: #276AF1; }
span { border-color: rgb(39,106,241); }
td.TdClassName
{
border-color: #276AF1;
}
.TagClassName
{
border-color: #276AF1;
}
</style>