Shades of Dodger Blue #397FFE
Tints of Dodger Blue #397FFE
RGB
CMYK
RGB Variations
Color information
#397FFE (or 0x397FFE) is known color: Dodger Blue. HEX triplet: 39, 7F and FE. RGB value is (57,127,254). Sum of RGB (Red+Green+Blue) = 57+127+254=438 (58% of max value = 765). Red value is 57 (22.66% from 255 or 13.01% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #397FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397FFE is #C68001. Grayscale: #777777. Windows color (decimal): -13008898 or 16678713. OLE color: 16678713.
HSL color Cylindrical-coordinate representation of color #397FFE: hue angle of 218.68º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #397FFE is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 127 | 254 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.00 |
| HSL | 218.68º | 0.99% | 0.61% | - |
| HSV(B) | 218.68º | 0.78% | 1% | - |
| XYZ | 27.17 | 23.2 | 96.81 | - |
| YUV | 120.55 | 203.31 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 254 | 0.78 | 0.50 | 0 | 0.00 | 218.68 | 0.99 | 0.61 |
| Hex | 39 | 7F | FE | 4E | 32 | 0 | 0 | DB | 63 | 3D |
| Octal | 71 | 177 | 376 | 116 | 62 | 0 | 0 | 333 | 143 | 75 |
| Binary | 111001 | 1111111 | 11111110 | 1001110 | 110010 | 0 | 0 | 11011011 | 1100011 | 111101 |
Color Harmonies of #397FFE
Complementary color
Monochromatic Colors of #397FFE
Black with #397FFE
Text Example
Text Example
White with #397FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397FFE; }
p { color: rgb(57,127,254); }
H1.HeaderClassName
{
color: #397FFE;
}
.AnyTagClassName
{
color: #397FFE;
}
</style>
background-color css
<style>
a { background-color: #397FFE; }
a { background-color: rgb(57,127,254); }
div.DivClassName
{
background-color: #397FFE;
}
.BgClassName
{
background-color: #397FFE;
}
</style>
border-color css
<style>
span { border-color: #397FFE; }
span { border-color: rgb(57,127,254); }
td.TdClassName
{
border-color: #397FFE;
}
.TagClassName
{
border-color: #397FFE;
}
</style>