Shades of Royal Blue #2B67FA
Tints of Royal Blue #2B67FA
RGB
CMYK
RGB Variations
Color information
#2B67FA (or 0x2B67FA) is known color: Royal Blue. HEX triplet: 2B, 67 and FA. RGB value is (43,103,250). Sum of RGB (Red+Green+Blue) = 43+103+250=396 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.86% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #2B67FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B67FA is #D49805. Grayscale: #656565. Windows color (decimal): -13932550 or 16410411. OLE color: 16410411.
HSL color Cylindrical-coordinate representation of color #2B67FA: hue angle of 222.61º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B67FA is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 103 | 250 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.02 |
| HSL | 222.61º | 0.95% | 0.57% | - |
| HSV(B) | 222.61º | 0.83% | 0.98% | - |
| XYZ | 23.1 | 17.12 | 92.53 | - |
| YUV | 101.82 | 211.62 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 103 | 250 | 0.83 | 0.59 | 0 | 0.02 | 222.61 | 0.95 | 0.57 |
| Hex | 2B | 67 | FA | 53 | 3B | 0 | 2 | DF | 5F | 39 |
| Octal | 53 | 147 | 372 | 123 | 73 | 0 | 2 | 337 | 137 | 71 |
| Binary | 101011 | 1100111 | 11111010 | 1010011 | 111011 | 0 | 10 | 11011111 | 1011111 | 111001 |
Color Harmonies of #2B67FA
Complementary color
Monochromatic Colors of #2B67FA
Black with #2B67FA
Text Example
Text Example
White with #2B67FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B67FA; }
p { color: rgb(43,103,250); }
H1.HeaderClassName
{
color: #2B67FA;
}
.AnyTagClassName
{
color: #2B67FA;
}
</style>
background-color css
<style>
a { background-color: #2B67FA; }
a { background-color: rgb(43,103,250); }
div.DivClassName
{
background-color: #2B67FA;
}
.BgClassName
{
background-color: #2B67FA;
}
</style>
border-color css
<style>
span { border-color: #2B67FA; }
span { border-color: rgb(43,103,250); }
td.TdClassName
{
border-color: #2B67FA;
}
.TagClassName
{
border-color: #2B67FA;
}
</style>