Shades of Royal Blue #2764FB
Tints of Royal Blue #2764FB
RGB
CMYK
RGB Variations
Color information
#2764FB (or 0x2764FB) is known color: Royal Blue. HEX triplet: 27, 64 and FB. RGB value is (39,100,251). Sum of RGB (Red+Green+Blue) = 39+100+251=390 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 251 (98.44% from 255 or 64.36% from 390); Max value from RGB is 251 - color contains mainly: blue. Hex color #2764FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2764FB is #D89B04. Grayscale: #626262. Windows color (decimal): -14195461 or 16475175. OLE color: 16475175.
HSL color Cylindrical-coordinate representation of color #2764FB: hue angle of 222.74º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2764FB is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 100 | 251 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.02 |
| HSL | 222.74º | 0.96% | 0.57% | - |
| HSV(B) | 222.74º | 0.84% | 0.98% | - |
| XYZ | 22.81 | 16.51 | 93.25 | - |
| YUV | 98.98 | 213.79 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 100 | 251 | 0.84 | 0.60 | 0 | 0.02 | 222.74 | 0.96 | 0.57 |
| Hex | 27 | 64 | FB | 54 | 3C | 0 | 2 | DF | 60 | 39 |
| Octal | 47 | 144 | 373 | 124 | 74 | 0 | 2 | 337 | 140 | 71 |
| Binary | 100111 | 1100100 | 11111011 | 1010100 | 111100 | 0 | 10 | 11011111 | 1100000 | 111001 |
Color Harmonies of #2764FB
Complementary color
Monochromatic Colors of #2764FB
Black with #2764FB
Text Example
Text Example
White with #2764FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2764FB; }
p { color: rgb(39,100,251); }
H1.HeaderClassName
{
color: #2764FB;
}
.AnyTagClassName
{
color: #2764FB;
}
</style>
background-color css
<style>
a { background-color: #2764FB; }
a { background-color: rgb(39,100,251); }
div.DivClassName
{
background-color: #2764FB;
}
.BgClassName
{
background-color: #2764FB;
}
</style>
border-color css
<style>
span { border-color: #2764FB; }
span { border-color: rgb(39,100,251); }
td.TdClassName
{
border-color: #2764FB;
}
.TagClassName
{
border-color: #2764FB;
}
</style>