Shades of Dodger Blue #397EFC
Tints of Dodger Blue #397EFC
RGB
CMYK
RGB Variations
Color information
#397EFC (or 0x397EFC) is known color: Dodger Blue. HEX triplet: 39, 7E and FC. RGB value is (57,126,252). Sum of RGB (Red+Green+Blue) = 57+126+252=435 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.10% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #397EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397EFC is #C68103. Grayscale: #777777. Windows color (decimal): -13009156 or 16547385. OLE color: 16547385.
HSL color Cylindrical-coordinate representation of color #397EFC: hue angle of 218.77º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #397EFC is Cyan = 0.77, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 126 | 252 | - |
| CMYK | 0.77 | 0.5 | 0 | 0.01 |
| HSL | 218.77º | 0.97% | 0.61% | - |
| HSV(B) | 218.77º | 0.77% | 0.99% | - |
| XYZ | 26.72 | 22.82 | 95.09 | - |
| YUV | 119.73 | 202.64 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 252 | 0.77 | 0.5 | 0 | 0.01 | 218.77 | 0.97 | 0.61 |
| Hex | 39 | 7E | FC | 4D | 32 | 0 | 1 | DB | 61 | 3D |
| Octal | 71 | 176 | 374 | 115 | 62 | 0 | 1 | 333 | 141 | 75 |
| Binary | 111001 | 1111110 | 11111100 | 1001101 | 110010 | 0 | 1 | 11011011 | 1100001 | 111101 |
Color Harmonies of #397EFC
Complementary color
Monochromatic Colors of #397EFC
Black with #397EFC
Text Example
Text Example
White with #397EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397EFC; }
p { color: rgb(57,126,252); }
H1.HeaderClassName
{
color: #397EFC;
}
.AnyTagClassName
{
color: #397EFC;
}
</style>
background-color css
<style>
a { background-color: #397EFC; }
a { background-color: rgb(57,126,252); }
div.DivClassName
{
background-color: #397EFC;
}
.BgClassName
{
background-color: #397EFC;
}
</style>
border-color css
<style>
span { border-color: #397EFC; }
span { border-color: rgb(57,126,252); }
td.TdClassName
{
border-color: #397EFC;
}
.TagClassName
{
border-color: #397EFC;
}
</style>