Shades of Royal Blue #2B5DED
Tints of Royal Blue #2B5DED
RGB
CMYK
RGB Variations
Color information
#2B5DED (or 0x2B5DED) is known color: Royal Blue. HEX triplet: 2B, 5D and ED. RGB value is (43,93,237). Sum of RGB (Red+Green+Blue) = 43+93+237=373 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.53% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 237 (92.97% from 255 or 63.54% from 373); Max value from RGB is 237 - color contains mainly: blue. Hex color #2B5DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B5DED is #D4A212. Grayscale: #5D5D5D. Windows color (decimal): -13935123 or 15555883. OLE color: 15555883.
HSL color Cylindrical-coordinate representation of color #2B5DED: hue angle of 224.54º 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 #2B5DED is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 43 | 93 | 237 | - |
CMYK | 0.82 | 0.61 | 0 | 0.07 |
HSL | 224.54º | 0.84% | 0.55% | - |
HSV(B) | 224.54º | 0.82% | 0.93% | - |
XYZ | 20.2 | 14.46 | 81.85 | - |
YUV | 94.47 | 208.44 | 91.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 93 | 237 | 0.82 | 0.61 | 0 | 0.07 | 224.54 | 0.84 | 0.55 |
Hex | 2B | 5D | ED | 52 | 3D | 0 | 7 | E1 | 54 | 37 |
Octal | 53 | 135 | 355 | 122 | 75 | 0 | 7 | 341 | 124 | 67 |
Binary | 101011 | 1011101 | 11101101 | 1010010 | 111101 | 0 | 111 | 11100001 | 1010100 | 110111 |
Color Harmonies of #2B5DED
Complementary color
Monochromatic Colors of #2B5DED
Black with #2B5DED
Text Example
Text Example
White with #2B5DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5DED; }
p { color: rgb(43,93,237); }
H1.HeaderClassName
{
color: #2B5DED;
}
.AnyTagClassName
{
color: #2B5DED;
}
</style>
background-color css
<style>
a { background-color: #2B5DED; }
a { background-color: rgb(43,93,237); }
div.DivClassName
{
background-color: #2B5DED;
}
.BgClassName
{
background-color: #2B5DED;
}
</style>
border-color css
<style>
span { border-color: #2B5DED; }
span { border-color: rgb(43,93,237); }
td.TdClassName
{
border-color: #2B5DED;
}
.TagClassName
{
border-color: #2B5DED;
}
</style>