Shades of Royal Blue #2B5CFD
Tints of Royal Blue #2B5CFD
RGB
CMYK
RGB Variations
Color information
#2B5CFD (or 0x2B5CFD) is known color: Royal Blue. HEX triplet: 2B, 5C and FD. RGB value is (43,92,253). Sum of RGB (Red+Green+Blue) = 43+92+253=388 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.08% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 253 (99.22% from 255 or 65.21% from 388); Max value from RGB is 253 - color contains mainly: blue. Hex color #2B5CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B5CFD is #D4A302. Grayscale: #5F5F5F. Windows color (decimal): -13935363 or 16604203. OLE color: 16604203.
HSL color Cylindrical-coordinate representation of color #2B5CFD: hue angle of 226º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B5CFD is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 43 | 92 | 253 | - |
CMYK | 0.83 | 0.64 | 0 | 0.01 |
HSL | 226º | 0.98% | 0.58% | - |
HSV(B) | 226º | 0.83% | 0.99% | - |
XYZ | 22.55 | 15.26 | 94.69 | - |
YUV | 95.7 | 216.77 | 90.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 92 | 253 | 0.83 | 0.64 | 0 | 0.01 | 226 | 0.98 | 0.58 |
Hex | 2B | 5C | FD | 53 | 40 | 0 | 1 | E2 | 62 | 3A |
Octal | 53 | 134 | 375 | 123 | 100 | 0 | 1 | 342 | 142 | 72 |
Binary | 101011 | 1011100 | 11111101 | 1010011 | 1000000 | 0 | 1 | 11100010 | 1100010 | 111010 |
Color Harmonies of #2B5CFD
Complementary color
Monochromatic Colors of #2B5CFD
Black with #2B5CFD
Text Example
Text Example
White with #2B5CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5CFD; }
p { color: rgb(43,92,253); }
H1.HeaderClassName
{
color: #2B5CFD;
}
.AnyTagClassName
{
color: #2B5CFD;
}
</style>
background-color css
<style>
a { background-color: #2B5CFD; }
a { background-color: rgb(43,92,253); }
div.DivClassName
{
background-color: #2B5CFD;
}
.BgClassName
{
background-color: #2B5CFD;
}
</style>
border-color css
<style>
span { border-color: #2B5CFD; }
span { border-color: rgb(43,92,253); }
td.TdClassName
{
border-color: #2B5CFD;
}
.TagClassName
{
border-color: #2B5CFD;
}
</style>