Shades of Royal Blue #2767FE
Tints of Royal Blue #2767FE
RGB
CMYK
RGB Variations
Color information
#2767FE (or 0x2767FE) is known color: Royal Blue. HEX triplet: 27, 67 and FE. RGB value is (39,103,254). Sum of RGB (Red+Green+Blue) = 39+103+254=396 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.85% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #2767FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2767FE is #D89801. Grayscale: #646464. Windows color (decimal): -14194690 or 16672551. OLE color: 16672551.
HSL color Cylindrical-coordinate representation of color #2767FE: hue angle of 222.14º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2767FE is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 103 | 254 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.00 |
| HSL | 222.14º | 0.99% | 0.57% | - |
| HSV(B) | 222.14º | 0.85% | 1% | - |
| XYZ | 23.58 | 17.29 | 95.86 | - |
| YUV | 101.08 | 214.3 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 103 | 254 | 0.85 | 0.59 | 0 | 0.00 | 222.14 | 0.99 | 0.57 |
| Hex | 27 | 67 | FE | 55 | 3B | 0 | 0 | DE | 63 | 39 |
| Octal | 47 | 147 | 376 | 125 | 73 | 0 | 0 | 336 | 143 | 71 |
| Binary | 100111 | 1100111 | 11111110 | 1010101 | 111011 | 0 | 0 | 11011110 | 1100011 | 111001 |
Color Harmonies of #2767FE
Complementary color
Monochromatic Colors of #2767FE
Black with #2767FE
Text Example
Text Example
White with #2767FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2767FE; }
p { color: rgb(39,103,254); }
H1.HeaderClassName
{
color: #2767FE;
}
.AnyTagClassName
{
color: #2767FE;
}
</style>
background-color css
<style>
a { background-color: #2767FE; }
a { background-color: rgb(39,103,254); }
div.DivClassName
{
background-color: #2767FE;
}
.BgClassName
{
background-color: #2767FE;
}
</style>
border-color css
<style>
span { border-color: #2767FE; }
span { border-color: rgb(39,103,254); }
td.TdClassName
{
border-color: #2767FE;
}
.TagClassName
{
border-color: #2767FE;
}
</style>