Shades of Royal Blue #377BFA
Tints of Royal Blue #377BFA
RGB
CMYK
RGB Variations
Color information
#377BFA (or 0x377BFA) is known color: Royal Blue. HEX triplet: 37, 7B and FA. RGB value is (55,123,250). Sum of RGB (Red+Green+Blue) = 55+123+250=428 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.85% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #377BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377BFA is #C88405. Grayscale: #747474. Windows color (decimal): -13140998 or 16415543. OLE color: 16415543.
HSL color Cylindrical-coordinate representation of color #377BFA: hue angle of 219.08º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #377BFA is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 123 | 250 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.02 |
| HSL | 219.08º | 0.95% | 0.6% | - |
| HSV(B) | 219.08º | 0.78% | 0.98% | - |
| XYZ | 25.91 | 21.88 | 93.3 | - |
| YUV | 117.15 | 202.97 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 250 | 0.78 | 0.51 | 0 | 0.02 | 219.08 | 0.95 | 0.6 |
| Hex | 37 | 7B | FA | 4E | 33 | 0 | 2 | DB | 5F | 3C |
| Octal | 67 | 173 | 372 | 116 | 63 | 0 | 2 | 333 | 137 | 74 |
| Binary | 110111 | 1111011 | 11111010 | 1001110 | 110011 | 0 | 10 | 11011011 | 1011111 | 111100 |
Color Harmonies of #377BFA
Complementary color
Monochromatic Colors of #377BFA
Black with #377BFA
Text Example
Text Example
White with #377BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377BFA; }
p { color: rgb(55,123,250); }
H1.HeaderClassName
{
color: #377BFA;
}
.AnyTagClassName
{
color: #377BFA;
}
</style>
background-color css
<style>
a { background-color: #377BFA; }
a { background-color: rgb(55,123,250); }
div.DivClassName
{
background-color: #377BFA;
}
.BgClassName
{
background-color: #377BFA;
}
</style>
border-color css
<style>
span { border-color: #377BFA; }
span { border-color: rgb(55,123,250); }
td.TdClassName
{
border-color: #377BFA;
}
.TagClassName
{
border-color: #377BFA;
}
</style>