Shades of Dodger Blue #398CFF
Tints of Dodger Blue #398CFF
RGB
CMYK
RGB Variations
Color information
#398CFF (or 0x398CFF) is known color: Dodger Blue. HEX triplet: 39, 8C and FF. RGB value is (57,140,255). Sum of RGB (Red+Green+Blue) = 57+140+255=452 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.61% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #398CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #398CFF is #C67300. Grayscale: #7F7F7F. Windows color (decimal): -13005569 or 16747577. OLE color: 16747577.
HSL color Cylindrical-coordinate representation of color #398CFF: hue angle of 214.85º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #398CFF is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 140 | 255 | - |
| CMYK | 0.78 | 0.45 | 0 | 0 |
| HSL | 214.85º | 1% | 0.61% | - |
| HSV(B) | 214.85º | 0.78% | 1% | - |
| XYZ | 29.12 | 26.85 | 98.26 | - |
| YUV | 128.29 | 199.5 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 140 | 255 | 0.78 | 0.45 | 0 | 0 | 214.85 | 1 | 0.61 |
| Hex | 39 | 8C | FF | 4E | 2D | 0 | 0 | D7 | 64 | 3D |
| Octal | 71 | 214 | 377 | 116 | 55 | 0 | 0 | 327 | 144 | 75 |
| Binary | 111001 | 10001100 | 11111111 | 1001110 | 101101 | 0 | 0 | 11010111 | 1100100 | 111101 |
Color Harmonies of #398CFF
Complementary color
Monochromatic Colors of #398CFF
Black with #398CFF
Text Example
Text Example
White with #398CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398CFF; }
p { color: rgb(57,140,255); }
H1.HeaderClassName
{
color: #398CFF;
}
.AnyTagClassName
{
color: #398CFF;
}
</style>
background-color css
<style>
a { background-color: #398CFF; }
a { background-color: rgb(57,140,255); }
div.DivClassName
{
background-color: #398CFF;
}
.BgClassName
{
background-color: #398CFF;
}
</style>
border-color css
<style>
span { border-color: #398CFF; }
span { border-color: rgb(57,140,255); }
td.TdClassName
{
border-color: #398CFF;
}
.TagClassName
{
border-color: #398CFF;
}
</style>