Shades of Royal Blue #255DF3
Tints of Royal Blue #255DF3
RGB
CMYK
RGB Variations
Color information
#255DF3 (or 0x255DF3) is known color: Royal Blue. HEX triplet: 25, 5D and F3. RGB value is (37,93,243). Sum of RGB (Red+Green+Blue) = 37+93+243=373 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.92% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 243 (95.31% from 255 or 65.15% from 373); Max value from RGB is 243 - color contains mainly: blue. Hex color #255DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255DF3 is #DAA20C. Grayscale: #5C5C5C. Windows color (decimal): -14328333 or 15949093. OLE color: 15949093.
HSL color Cylindrical-coordinate representation of color #255DF3: hue angle of 223.69º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #255DF3 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 93 | 243 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.05 |
| HSL | 223.69º | 0.9% | 0.55% | - |
| HSV(B) | 223.69º | 0.85% | 0.95% | - |
| XYZ | 20.85 | 14.69 | 86.53 | - |
| YUV | 93.36 | 212.45 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 243 | 0.85 | 0.62 | 0 | 0.05 | 223.69 | 0.9 | 0.55 |
| Hex | 25 | 5D | F3 | 55 | 3E | 0 | 5 | E0 | 5A | 37 |
| Octal | 45 | 135 | 363 | 125 | 76 | 0 | 5 | 340 | 132 | 67 |
| Binary | 100101 | 1011101 | 11110011 | 1010101 | 111110 | 0 | 101 | 11100000 | 1011010 | 110111 |
Color Harmonies of #255DF3
Complementary color
Monochromatic Colors of #255DF3
Black with #255DF3
Text Example
Text Example
White with #255DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255DF3; }
p { color: rgb(37,93,243); }
H1.HeaderClassName
{
color: #255DF3;
}
.AnyTagClassName
{
color: #255DF3;
}
</style>
background-color css
<style>
a { background-color: #255DF3; }
a { background-color: rgb(37,93,243); }
div.DivClassName
{
background-color: #255DF3;
}
.BgClassName
{
background-color: #255DF3;
}
</style>
border-color css
<style>
span { border-color: #255DF3; }
span { border-color: rgb(37,93,243); }
td.TdClassName
{
border-color: #255DF3;
}
.TagClassName
{
border-color: #255DF3;
}
</style>