Shades of Royal Blue #2A68DF
Tints of Royal Blue #2A68DF
RGB
CMYK
RGB Variations
Color information
#2A68DF (or 0x2A68DF) is known color: Royal Blue. HEX triplet: 2A, 68 and DF. RGB value is (42,104,223). Sum of RGB (Red+Green+Blue) = 42+104+223=369 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.38% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #2A68DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A68DF is #D59720. Grayscale: #626262. Windows color (decimal): -13997857 or 14641194. OLE color: 14641194.
HSL color Cylindrical-coordinate representation of color #2A68DF: hue angle of 219.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 #2A68DF is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 104 | 223 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.13 |
| HSL | 219.45º | 0.74% | 0.52% | - |
| HSV(B) | 219.45º | 0.81% | 0.87% | - |
| XYZ | 19.22 | 15.72 | 71.83 | - |
| YUV | 99.03 | 197.96 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 104 | 223 | 0.81 | 0.53 | 0 | 0.13 | 219.45 | 0.74 | 0.52 |
| Hex | 2A | 68 | DF | 51 | 35 | 0 | D | DB | 4A | 34 |
| Octal | 52 | 150 | 337 | 121 | 65 | 0 | 15 | 333 | 112 | 64 |
| Binary | 101010 | 1101000 | 11011111 | 1010001 | 110101 | 0 | 1101 | 11011011 | 1001010 | 110100 |
Color Harmonies of #2A68DF
Complementary color
Monochromatic Colors of #2A68DF
Black with #2A68DF
Text Example
Text Example
White with #2A68DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A68DF; }
p { color: rgb(42,104,223); }
H1.HeaderClassName
{
color: #2A68DF;
}
.AnyTagClassName
{
color: #2A68DF;
}
</style>
background-color css
<style>
a { background-color: #2A68DF; }
a { background-color: rgb(42,104,223); }
div.DivClassName
{
background-color: #2A68DF;
}
.BgClassName
{
background-color: #2A68DF;
}
</style>
border-color css
<style>
span { border-color: #2A68DF; }
span { border-color: rgb(42,104,223); }
td.TdClassName
{
border-color: #2A68DF;
}
.TagClassName
{
border-color: #2A68DF;
}
</style>