Shades of Royal Blue #2A6BDF
Tints of Royal Blue #2A6BDF
RGB
CMYK
RGB Variations
Color information
#2A6BDF (or 0x2A6BDF) is known color: Royal Blue. HEX triplet: 2A, 6B and DF. RGB value is (42,107,223). Sum of RGB (Red+Green+Blue) = 42+107+223=372 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.29% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #2A6BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A6BDF is #D59420. Grayscale: #646464. Windows color (decimal): -13997089 or 14641962. OLE color: 14641962.
HSL color Cylindrical-coordinate representation of color #2A6BDF: hue angle of 218.45º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A6BDF is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 107 | 223 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.13 |
| HSL | 218.45º | 0.74% | 0.52% | - |
| HSV(B) | 218.45º | 0.81% | 0.87% | - |
| XYZ | 19.53 | 16.34 | 71.94 | - |
| YUV | 100.79 | 196.97 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 107 | 223 | 0.81 | 0.52 | 0 | 0.13 | 218.45 | 0.74 | 0.52 |
| Hex | 2A | 6B | DF | 51 | 34 | 0 | D | DA | 4A | 34 |
| Octal | 52 | 153 | 337 | 121 | 64 | 0 | 15 | 332 | 112 | 64 |
| Binary | 101010 | 1101011 | 11011111 | 1010001 | 110100 | 0 | 1101 | 11011010 | 1001010 | 110100 |
Color Harmonies of #2A6BDF
Complementary color
Monochromatic Colors of #2A6BDF
Black with #2A6BDF
Text Example
Text Example
White with #2A6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6BDF; }
p { color: rgb(42,107,223); }
H1.HeaderClassName
{
color: #2A6BDF;
}
.AnyTagClassName
{
color: #2A6BDF;
}
</style>
background-color css
<style>
a { background-color: #2A6BDF; }
a { background-color: rgb(42,107,223); }
div.DivClassName
{
background-color: #2A6BDF;
}
.BgClassName
{
background-color: #2A6BDF;
}
</style>
border-color css
<style>
span { border-color: #2A6BDF; }
span { border-color: rgb(42,107,223); }
td.TdClassName
{
border-color: #2A6BDF;
}
.TagClassName
{
border-color: #2A6BDF;
}
</style>