Shades of Royal Blue #377DED
Tints of Royal Blue #377DED
RGB
CMYK
RGB Variations
Color information
#377DED (or 0x377DED) is known color: Royal Blue. HEX triplet: 37, 7D and ED. RGB value is (55,125,237). Sum of RGB (Red+Green+Blue) = 55+125+237=417 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.19% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #377DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377DED is #C88212. Grayscale: #747474. Windows color (decimal): -13140499 or 15564087. OLE color: 15564087.
HSL color Cylindrical-coordinate representation of color #377DED: hue angle of 216.92º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #377DED is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 125 | 237 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.07 |
| HSL | 216.92º | 0.83% | 0.57% | - |
| HSV(B) | 216.92º | 0.77% | 0.93% | - |
| XYZ | 24.2 | 21.59 | 83.01 | - |
| YUV | 116.84 | 195.81 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 237 | 0.77 | 0.47 | 0 | 0.07 | 216.92 | 0.83 | 0.57 |
| Hex | 37 | 7D | ED | 4D | 2F | 0 | 7 | D9 | 53 | 39 |
| Octal | 67 | 175 | 355 | 115 | 57 | 0 | 7 | 331 | 123 | 71 |
| Binary | 110111 | 1111101 | 11101101 | 1001101 | 101111 | 0 | 111 | 11011001 | 1010011 | 111001 |
Color Harmonies of #377DED
Complementary color
Monochromatic Colors of #377DED
Black with #377DED
Text Example
Text Example
White with #377DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377DED; }
p { color: rgb(55,125,237); }
H1.HeaderClassName
{
color: #377DED;
}
.AnyTagClassName
{
color: #377DED;
}
</style>
background-color css
<style>
a { background-color: #377DED; }
a { background-color: rgb(55,125,237); }
div.DivClassName
{
background-color: #377DED;
}
.BgClassName
{
background-color: #377DED;
}
</style>
border-color css
<style>
span { border-color: #377DED; }
span { border-color: rgb(55,125,237); }
td.TdClassName
{
border-color: #377DED;
}
.TagClassName
{
border-color: #377DED;
}
</style>