Shades of Royal Blue #377CF8
Tints of Royal Blue #377CF8
RGB
CMYK
RGB Variations
Color information
#377CF8 (or 0x377CF8) is known color: Royal Blue. HEX triplet: 37, 7C and F8. RGB value is (55,124,248). Sum of RGB (Red+Green+Blue) = 55+124+248=427 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.88% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 248 (97.27% from 255 or 58.08% from 427); Max value from RGB is 248 - color contains mainly: blue. Hex color #377CF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377CF8 is #C88307. Grayscale: #747474. Windows color (decimal): -13140744 or 16284727. OLE color: 16284727.
HSL color Cylindrical-coordinate representation of color #377CF8: hue angle of 218.55º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #377CF8 is Cyan = 0.78, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 55 | 124 | 248 | - |
| CMYK | 0.78 | 0.5 | 0 | 0.03 |
| HSL | 218.55º | 0.93% | 0.59% | - |
| HSV(B) | 218.55º | 0.78% | 0.97% | - |
| XYZ | 25.73 | 22 | 91.7 | - |
| YUV | 117.51 | 201.64 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 124 | 248 | 0.78 | 0.5 | 0 | 0.03 | 218.55 | 0.93 | 0.59 |
| Hex | 37 | 7C | F8 | 4E | 32 | 0 | 3 | DB | 5D | 3B |
| Octal | 67 | 174 | 370 | 116 | 62 | 0 | 3 | 333 | 135 | 73 |
| Binary | 110111 | 1111100 | 11111000 | 1001110 | 110010 | 0 | 11 | 11011011 | 1011101 | 111011 |
Color Harmonies of #377CF8
Complementary color
Monochromatic Colors of #377CF8
Black with #377CF8
Text Example
Text Example
White with #377CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377CF8; }
p { color: rgb(55,124,248); }
H1.HeaderClassName
{
color: #377CF8;
}
.AnyTagClassName
{
color: #377CF8;
}
</style>
background-color css
<style>
a { background-color: #377CF8; }
a { background-color: rgb(55,124,248); }
div.DivClassName
{
background-color: #377CF8;
}
.BgClassName
{
background-color: #377CF8;
}
</style>
border-color css
<style>
span { border-color: #377CF8; }
span { border-color: rgb(55,124,248); }
td.TdClassName
{
border-color: #377CF8;
}
.TagClassName
{
border-color: #377CF8;
}
</style>