Shades of Royal Blue #2A65FF
Tints of Royal Blue #2A65FF
RGB
CMYK
RGB Variations
Color information
#2A65FF (or 0x2A65FF) is known color: Royal Blue. HEX triplet: 2A, 65 and FF. RGB value is (42,101,255). Sum of RGB (Red+Green+Blue) = 42+101+255=398 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.55% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A65FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A65FF is #D59A00. Grayscale: #646464. Windows color (decimal): -13998593 or 16737578. OLE color: 16737578.
HSL color Cylindrical-coordinate representation of color #2A65FF: hue angle of 223.38º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A65FF is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 101 | 255 | - |
| CMYK | 0.84 | 0.60 | 0 | 0 |
| HSL | 223.38º | 1% | 0.58% | - |
| HSV(B) | 223.38º | 0.84% | 1% | - |
| XYZ | 23.66 | 17.02 | 96.65 | - |
| YUV | 100.92 | 214.95 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 101 | 255 | 0.84 | 0.60 | 0 | 0 | 223.38 | 1 | 0.58 |
| Hex | 2A | 65 | FF | 54 | 3C | 0 | 0 | DF | 64 | 3A |
| Octal | 52 | 145 | 377 | 124 | 74 | 0 | 0 | 337 | 144 | 72 |
| Binary | 101010 | 1100101 | 11111111 | 1010100 | 111100 | 0 | 0 | 11011111 | 1100100 | 111010 |
Color Harmonies of #2A65FF
Complementary color
Monochromatic Colors of #2A65FF
Black with #2A65FF
Text Example
Text Example
White with #2A65FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A65FF; }
p { color: rgb(42,101,255); }
H1.HeaderClassName
{
color: #2A65FF;
}
.AnyTagClassName
{
color: #2A65FF;
}
</style>
background-color css
<style>
a { background-color: #2A65FF; }
a { background-color: rgb(42,101,255); }
div.DivClassName
{
background-color: #2A65FF;
}
.BgClassName
{
background-color: #2A65FF;
}
</style>
border-color css
<style>
span { border-color: #2A65FF; }
span { border-color: rgb(42,101,255); }
td.TdClassName
{
border-color: #2A65FF;
}
.TagClassName
{
border-color: #2A65FF;
}
</style>