Shades of Royal Blue #2A5CEF
Tints of Royal Blue #2A5CEF
RGB
CMYK
RGB Variations
Color information
#2A5CEF (or 0x2A5CEF) is known color: Royal Blue. HEX triplet: 2A, 5C and EF. RGB value is (42,92,239). Sum of RGB (Red+Green+Blue) = 42+92+239=373 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.26% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #2A5CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A5CEF is #D5A310. Grayscale: #5D5D5D. Windows color (decimal): -14000913 or 15686698. OLE color: 15686698.
HSL color Cylindrical-coordinate representation of color #2A5CEF: hue angle of 224.77º 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 #2A5CEF is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 92 | 239 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.06 |
| HSL | 224.77º | 0.86% | 0.55% | - |
| HSV(B) | 224.77º | 0.82% | 0.94% | - |
| XYZ | 20.36 | 14.38 | 83.36 | - |
| YUV | 93.81 | 209.94 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 92 | 239 | 0.82 | 0.62 | 0 | 0.06 | 224.77 | 0.86 | 0.55 |
| Hex | 2A | 5C | EF | 52 | 3E | 0 | 6 | E1 | 56 | 37 |
| Octal | 52 | 134 | 357 | 122 | 76 | 0 | 6 | 341 | 126 | 67 |
| Binary | 101010 | 1011100 | 11101111 | 1010010 | 111110 | 0 | 110 | 11100001 | 1010110 | 110111 |
Color Harmonies of #2A5CEF
Complementary color
Monochromatic Colors of #2A5CEF
Black with #2A5CEF
Text Example
Text Example
White with #2A5CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5CEF; }
p { color: rgb(42,92,239); }
H1.HeaderClassName
{
color: #2A5CEF;
}
.AnyTagClassName
{
color: #2A5CEF;
}
</style>
background-color css
<style>
a { background-color: #2A5CEF; }
a { background-color: rgb(42,92,239); }
div.DivClassName
{
background-color: #2A5CEF;
}
.BgClassName
{
background-color: #2A5CEF;
}
</style>
border-color css
<style>
span { border-color: #2A5CEF; }
span { border-color: rgb(42,92,239); }
td.TdClassName
{
border-color: #2A5CEF;
}
.TagClassName
{
border-color: #2A5CEF;
}
</style>