Shades of Royal Blue #377CF0
Tints of Royal Blue #377CF0
RGB
CMYK
RGB Variations
Color information
#377CF0 (or 0x377CF0) is known color: Royal Blue. HEX triplet: 37, 7C and F0. RGB value is (55,124,240). Sum of RGB (Red+Green+Blue) = 55+124+240=419 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.13% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 240 (94.14% from 255 or 57.28% from 419); Max value from RGB is 240 - color contains mainly: blue. Hex color #377CF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377CF0 is #C8830F. Grayscale: #747474. Windows color (decimal): -13140752 or 15760439. OLE color: 15760439.
HSL color Cylindrical-coordinate representation of color #377CF0: hue angle of 217.62º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #377CF0 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 124 | 240 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.06 |
| HSL | 217.62º | 0.86% | 0.58% | - |
| HSV(B) | 217.62º | 0.77% | 0.94% | - |
| XYZ | 24.51 | 21.52 | 85.3 | - |
| YUV | 116.59 | 197.64 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 124 | 240 | 0.77 | 0.48 | 0 | 0.06 | 217.62 | 0.86 | 0.58 |
| Hex | 37 | 7C | F0 | 4D | 30 | 0 | 6 | DA | 56 | 3A |
| Octal | 67 | 174 | 360 | 115 | 60 | 0 | 6 | 332 | 126 | 72 |
| Binary | 110111 | 1111100 | 11110000 | 1001101 | 110000 | 0 | 110 | 11011010 | 1010110 | 111010 |
Color Harmonies of #377CF0
Complementary color
Monochromatic Colors of #377CF0
Black with #377CF0
Text Example
Text Example
White with #377CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377CF0; }
p { color: rgb(55,124,240); }
H1.HeaderClassName
{
color: #377CF0;
}
.AnyTagClassName
{
color: #377CF0;
}
</style>
background-color css
<style>
a { background-color: #377CF0; }
a { background-color: rgb(55,124,240); }
div.DivClassName
{
background-color: #377CF0;
}
.BgClassName
{
background-color: #377CF0;
}
</style>
border-color css
<style>
span { border-color: #377CF0; }
span { border-color: rgb(55,124,240); }
td.TdClassName
{
border-color: #377CF0;
}
.TagClassName
{
border-color: #377CF0;
}
</style>