Shades of Royal Blue #2358FB
Tints of Royal Blue #2358FB
RGB
CMYK
RGB Variations
Color information
#2358FB (or 0x2358FB) is known color: Royal Blue. HEX triplet: 23, 58 and FB. RGB value is (35,88,251). Sum of RGB (Red+Green+Blue) = 35+88+251=374 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.36% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #2358FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2358FB is #DCA704. Grayscale: #5A5A5A. Windows color (decimal): -14460677 or 16472099. OLE color: 16472099.
HSL color Cylindrical-coordinate representation of color #2358FB: hue angle of 225.28º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2358FB is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 88 | 251 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.02 |
| HSL | 225.28º | 0.96% | 0.56% | - |
| HSV(B) | 225.28º | 0.86% | 0.98% | - |
| XYZ | 21.6 | 14.3 | 92.89 | - |
| YUV | 90.74 | 218.44 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 88 | 251 | 0.86 | 0.65 | 0 | 0.02 | 225.28 | 0.96 | 0.56 |
| Hex | 23 | 58 | FB | 56 | 41 | 0 | 2 | E1 | 60 | 38 |
| Octal | 43 | 130 | 373 | 126 | 101 | 0 | 2 | 341 | 140 | 70 |
| Binary | 100011 | 1011000 | 11111011 | 1010110 | 1000001 | 0 | 10 | 11100001 | 1100000 | 111000 |
Color Harmonies of #2358FB
Complementary color
Monochromatic Colors of #2358FB
Black with #2358FB
Text Example
Text Example
White with #2358FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2358FB; }
p { color: rgb(35,88,251); }
H1.HeaderClassName
{
color: #2358FB;
}
.AnyTagClassName
{
color: #2358FB;
}
</style>
background-color css
<style>
a { background-color: #2358FB; }
a { background-color: rgb(35,88,251); }
div.DivClassName
{
background-color: #2358FB;
}
.BgClassName
{
background-color: #2358FB;
}
</style>
border-color css
<style>
span { border-color: #2358FB; }
span { border-color: rgb(35,88,251); }
td.TdClassName
{
border-color: #2358FB;
}
.TagClassName
{
border-color: #2358FB;
}
</style>