Shades of Dodger Blue #397FFA
Tints of Dodger Blue #397FFA
RGB
CMYK
RGB Variations
Color information
#397FFA (or 0x397FFA) is known color: Dodger Blue. HEX triplet: 39, 7F and FA. RGB value is (57,127,250). Sum of RGB (Red+Green+Blue) = 57+127+250=434 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.13% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #397FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397FFA is #C68005. Grayscale: #777777. Windows color (decimal): -13008902 or 16416569. OLE color: 16416569.
HSL color Cylindrical-coordinate representation of color #397FFA: hue angle of 218.24º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #397FFA is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 127 | 250 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.02 |
| HSL | 218.24º | 0.95% | 0.6% | - |
| HSV(B) | 218.24º | 0.77% | 0.98% | - |
| XYZ | 26.53 | 22.95 | 93.47 | - |
| YUV | 120.09 | 201.31 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 250 | 0.77 | 0.49 | 0 | 0.02 | 218.24 | 0.95 | 0.6 |
| Hex | 39 | 7F | FA | 4D | 31 | 0 | 2 | DA | 5F | 3C |
| Octal | 71 | 177 | 372 | 115 | 61 | 0 | 2 | 332 | 137 | 74 |
| Binary | 111001 | 1111111 | 11111010 | 1001101 | 110001 | 0 | 10 | 11011010 | 1011111 | 111100 |
Color Harmonies of #397FFA
Complementary color
Monochromatic Colors of #397FFA
Black with #397FFA
Text Example
Text Example
White with #397FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397FFA; }
p { color: rgb(57,127,250); }
H1.HeaderClassName
{
color: #397FFA;
}
.AnyTagClassName
{
color: #397FFA;
}
</style>
background-color css
<style>
a { background-color: #397FFA; }
a { background-color: rgb(57,127,250); }
div.DivClassName
{
background-color: #397FFA;
}
.BgClassName
{
background-color: #397FFA;
}
</style>
border-color css
<style>
span { border-color: #397FFA; }
span { border-color: rgb(57,127,250); }
td.TdClassName
{
border-color: #397FFA;
}
.TagClassName
{
border-color: #397FFA;
}
</style>