Shades of Royal Blue #2B74ED
Tints of Royal Blue #2B74ED
RGB
CMYK
RGB Variations
Color information
#2B74ED (or 0x2B74ED) is known color: Royal Blue. HEX triplet: 2B, 74 and ED. RGB value is (43,116,237). Sum of RGB (Red+Green+Blue) = 43+116+237=396 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.86% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #2B74ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B74ED is #D48B12. Grayscale: #6B6B6B. Windows color (decimal): -13929235 or 15561771. OLE color: 15561771.
HSL color Cylindrical-coordinate representation of color #2B74ED: hue angle of 217.42º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B74ED is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 116 | 237 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.07 |
| HSL | 217.42º | 0.84% | 0.55% | - |
| HSV(B) | 217.42º | 0.82% | 0.93% | - |
| XYZ | 22.53 | 19.12 | 82.62 | - |
| YUV | 107.97 | 200.82 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 237 | 0.82 | 0.51 | 0 | 0.07 | 217.42 | 0.84 | 0.55 |
| Hex | 2B | 74 | ED | 52 | 33 | 0 | 7 | D9 | 54 | 37 |
| Octal | 53 | 164 | 355 | 122 | 63 | 0 | 7 | 331 | 124 | 67 |
| Binary | 101011 | 1110100 | 11101101 | 1010010 | 110011 | 0 | 111 | 11011001 | 1010100 | 110111 |
Color Harmonies of #2B74ED
Complementary color
Monochromatic Colors of #2B74ED
Black with #2B74ED
Text Example
Text Example
White with #2B74ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B74ED; }
p { color: rgb(43,116,237); }
H1.HeaderClassName
{
color: #2B74ED;
}
.AnyTagClassName
{
color: #2B74ED;
}
</style>
background-color css
<style>
a { background-color: #2B74ED; }
a { background-color: rgb(43,116,237); }
div.DivClassName
{
background-color: #2B74ED;
}
.BgClassName
{
background-color: #2B74ED;
}
</style>
border-color css
<style>
span { border-color: #2B74ED; }
span { border-color: rgb(43,116,237); }
td.TdClassName
{
border-color: #2B74ED;
}
.TagClassName
{
border-color: #2B74ED;
}
</style>