Shades of Royal Blue #2B67EF
Tints of Royal Blue #2B67EF
RGB
CMYK
RGB Variations
Color information
#2B67EF (or 0x2B67EF) is known color: Royal Blue. HEX triplet: 2B, 67 and EF. RGB value is (43,103,239). Sum of RGB (Red+Green+Blue) = 43+103+239=385 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.17% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #2B67EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B67EF is #D49810. Grayscale: #636363. Windows color (decimal): -13932561 or 15689515. OLE color: 15689515.
HSL color Cylindrical-coordinate representation of color #2B67EF: hue angle of 221.63º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B67EF is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 103 | 239 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.06 |
| HSL | 221.63º | 0.86% | 0.55% | - |
| HSV(B) | 221.63º | 0.82% | 0.94% | - |
| XYZ | 21.43 | 16.45 | 83.71 | - |
| YUV | 100.56 | 206.12 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 103 | 239 | 0.82 | 0.57 | 0 | 0.06 | 221.63 | 0.86 | 0.55 |
| Hex | 2B | 67 | EF | 52 | 39 | 0 | 6 | DE | 56 | 37 |
| Octal | 53 | 147 | 357 | 122 | 71 | 0 | 6 | 336 | 126 | 67 |
| Binary | 101011 | 1100111 | 11101111 | 1010010 | 111001 | 0 | 110 | 11011110 | 1010110 | 110111 |
Color Harmonies of #2B67EF
Complementary color
Monochromatic Colors of #2B67EF
Black with #2B67EF
Text Example
Text Example
White with #2B67EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B67EF; }
p { color: rgb(43,103,239); }
H1.HeaderClassName
{
color: #2B67EF;
}
.AnyTagClassName
{
color: #2B67EF;
}
</style>
background-color css
<style>
a { background-color: #2B67EF; }
a { background-color: rgb(43,103,239); }
div.DivClassName
{
background-color: #2B67EF;
}
.BgClassName
{
background-color: #2B67EF;
}
</style>
border-color css
<style>
span { border-color: #2B67EF; }
span { border-color: rgb(43,103,239); }
td.TdClassName
{
border-color: #2B67EF;
}
.TagClassName
{
border-color: #2B67EF;
}
</style>