Shades of Royal Blue #2A6BEF
Tints of Royal Blue #2A6BEF
RGB
CMYK
RGB Variations
Color information
#2A6BEF (or 0x2A6BEF) is known color: Royal Blue. HEX triplet: 2A, 6B and EF. RGB value is (42,107,239). Sum of RGB (Red+Green+Blue) = 42+107+239=388 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.82% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #2A6BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6BEF is #D59410. Grayscale: #666666. Windows color (decimal): -13997073 or 15690538. OLE color: 15690538.
HSL color Cylindrical-coordinate representation of color #2A6BEF: hue angle of 220.2º 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 #2A6BEF is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 107 | 239 | - |
| CMYK | 0.82 | 0.55 | 0 | 0.06 |
| HSL | 220.2º | 0.86% | 0.55% | - |
| HSV(B) | 220.2º | 0.82% | 0.94% | - |
| XYZ | 21.79 | 17.24 | 83.84 | - |
| YUV | 102.61 | 204.97 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 107 | 239 | 0.82 | 0.55 | 0 | 0.06 | 220.2 | 0.86 | 0.55 |
| Hex | 2A | 6B | EF | 52 | 37 | 0 | 6 | DC | 56 | 37 |
| Octal | 52 | 153 | 357 | 122 | 67 | 0 | 6 | 334 | 126 | 67 |
| Binary | 101010 | 1101011 | 11101111 | 1010010 | 110111 | 0 | 110 | 11011100 | 1010110 | 110111 |
Color Harmonies of #2A6BEF
Complementary color
Monochromatic Colors of #2A6BEF
Black with #2A6BEF
Text Example
Text Example
White with #2A6BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6BEF; }
p { color: rgb(42,107,239); }
H1.HeaderClassName
{
color: #2A6BEF;
}
.AnyTagClassName
{
color: #2A6BEF;
}
</style>
background-color css
<style>
a { background-color: #2A6BEF; }
a { background-color: rgb(42,107,239); }
div.DivClassName
{
background-color: #2A6BEF;
}
.BgClassName
{
background-color: #2A6BEF;
}
</style>
border-color css
<style>
span { border-color: #2A6BEF; }
span { border-color: rgb(42,107,239); }
td.TdClassName
{
border-color: #2A6BEF;
}
.TagClassName
{
border-color: #2A6BEF;
}
</style>