Shades of Royal Blue #2A67EF
Tints of Royal Blue #2A67EF
RGB
CMYK
RGB Variations
Color information
#2A67EF (or 0x2A67EF) is known color: Royal Blue. HEX triplet: 2A, 67 and EF. RGB value is (42,103,239). Sum of RGB (Red+Green+Blue) = 42+103+239=384 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.94% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #2A67EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A67EF is #D59810. Grayscale: #636363. Windows color (decimal): -13998097 or 15689514. OLE color: 15689514.
HSL color Cylindrical-coordinate representation of color #2A67EF: hue angle of 221.42º 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 #2A67EF is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 103 | 239 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.06 |
| HSL | 221.42º | 0.86% | 0.55% | - |
| HSV(B) | 221.42º | 0.82% | 0.94% | - |
| XYZ | 21.39 | 16.42 | 83.7 | - |
| YUV | 100.27 | 206.29 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 103 | 239 | 0.82 | 0.57 | 0 | 0.06 | 221.42 | 0.86 | 0.55 |
| Hex | 2A | 67 | EF | 52 | 39 | 0 | 6 | DD | 56 | 37 |
| Octal | 52 | 147 | 357 | 122 | 71 | 0 | 6 | 335 | 126 | 67 |
| Binary | 101010 | 1100111 | 11101111 | 1010010 | 111001 | 0 | 110 | 11011101 | 1010110 | 110111 |
Color Harmonies of #2A67EF
Complementary color
Monochromatic Colors of #2A67EF
Black with #2A67EF
Text Example
Text Example
White with #2A67EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A67EF; }
p { color: rgb(42,103,239); }
H1.HeaderClassName
{
color: #2A67EF;
}
.AnyTagClassName
{
color: #2A67EF;
}
</style>
background-color css
<style>
a { background-color: #2A67EF; }
a { background-color: rgb(42,103,239); }
div.DivClassName
{
background-color: #2A67EF;
}
.BgClassName
{
background-color: #2A67EF;
}
</style>
border-color css
<style>
span { border-color: #2A67EF; }
span { border-color: rgb(42,103,239); }
td.TdClassName
{
border-color: #2A67EF;
}
.TagClassName
{
border-color: #2A67EF;
}
</style>