Shades of Royal Blue #255CFB
Tints of Royal Blue #255CFB
RGB
CMYK
RGB Variations
Color information
#255CFB (or 0x255CFB) is known color: Royal Blue. HEX triplet: 25, 5C and FB. RGB value is (37,92,251). Sum of RGB (Red+Green+Blue) = 37+92+251=380 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.74% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #255CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255CFB is #DAA304. Grayscale: #5C5C5C. Windows color (decimal): -14328581 or 16473125. OLE color: 16473125.
HSL color Cylindrical-coordinate representation of color #255CFB: hue angle of 224.58º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #255CFB is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 92 | 251 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.02 |
| HSL | 224.58º | 0.96% | 0.56% | - |
| HSV(B) | 224.58º | 0.85% | 0.98% | - |
| XYZ | 22 | 15.01 | 93 | - |
| YUV | 93.68 | 216.78 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 251 | 0.85 | 0.63 | 0 | 0.02 | 224.58 | 0.96 | 0.56 |
| Hex | 25 | 5C | FB | 55 | 3F | 0 | 2 | E1 | 60 | 38 |
| Octal | 45 | 134 | 373 | 125 | 77 | 0 | 2 | 341 | 140 | 70 |
| Binary | 100101 | 1011100 | 11111011 | 1010101 | 111111 | 0 | 10 | 11100001 | 1100000 | 111000 |
Color Harmonies of #255CFB
Complementary color
Monochromatic Colors of #255CFB
Black with #255CFB
Text Example
Text Example
White with #255CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255CFB; }
p { color: rgb(37,92,251); }
H1.HeaderClassName
{
color: #255CFB;
}
.AnyTagClassName
{
color: #255CFB;
}
</style>
background-color css
<style>
a { background-color: #255CFB; }
a { background-color: rgb(37,92,251); }
div.DivClassName
{
background-color: #255CFB;
}
.BgClassName
{
background-color: #255CFB;
}
</style>
border-color css
<style>
span { border-color: #255CFB; }
span { border-color: rgb(37,92,251); }
td.TdClassName
{
border-color: #255CFB;
}
.TagClassName
{
border-color: #255CFB;
}
</style>