Shades of Royal Blue #2B74EF
Tints of Royal Blue #2B74EF
RGB
CMYK
RGB Variations
Color information
#2B74EF (or 0x2B74EF) is known color: Royal Blue. HEX triplet: 2B, 74 and EF. RGB value is (43,116,239). Sum of RGB (Red+Green+Blue) = 43+116+239=398 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.80% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #2B74EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B74EF is #D48B10. Grayscale: #6B6B6B. Windows color (decimal): -13929233 or 15692843. OLE color: 15692843.
HSL color Cylindrical-coordinate representation of color #2B74EF: hue angle of 217.65º 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 #2B74EF is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 116 | 239 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.06 |
| HSL | 217.65º | 0.86% | 0.55% | - |
| HSV(B) | 217.65º | 0.82% | 0.94% | - |
| XYZ | 22.82 | 19.24 | 84.17 | - |
| YUV | 108.2 | 201.82 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 239 | 0.82 | 0.51 | 0 | 0.06 | 217.65 | 0.86 | 0.55 |
| Hex | 2B | 74 | EF | 52 | 33 | 0 | 6 | DA | 56 | 37 |
| Octal | 53 | 164 | 357 | 122 | 63 | 0 | 6 | 332 | 126 | 67 |
| Binary | 101011 | 1110100 | 11101111 | 1010010 | 110011 | 0 | 110 | 11011010 | 1010110 | 110111 |
Color Harmonies of #2B74EF
Complementary color
Monochromatic Colors of #2B74EF
Black with #2B74EF
Text Example
Text Example
White with #2B74EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B74EF; }
p { color: rgb(43,116,239); }
H1.HeaderClassName
{
color: #2B74EF;
}
.AnyTagClassName
{
color: #2B74EF;
}
</style>
background-color css
<style>
a { background-color: #2B74EF; }
a { background-color: rgb(43,116,239); }
div.DivClassName
{
background-color: #2B74EF;
}
.BgClassName
{
background-color: #2B74EF;
}
</style>
border-color css
<style>
span { border-color: #2B74EF; }
span { border-color: rgb(43,116,239); }
td.TdClassName
{
border-color: #2B74EF;
}
.TagClassName
{
border-color: #2B74EF;
}
</style>