Shades of Dodger Blue #398EFF
Tints of Dodger Blue #398EFF
RGB
CMYK
RGB Variations
Color information
#398EFF (or 0x398EFF) is known color: Dodger Blue. HEX triplet: 39, 8E and FF. RGB value is (57,142,255). Sum of RGB (Red+Green+Blue) = 57+142+255=454 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.56% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #398EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #398EFF is #C67100. Grayscale: #808080. Windows color (decimal): -13005057 or 16748089. OLE color: 16748089.
HSL color Cylindrical-coordinate representation of color #398EFF: hue angle of 214.24º 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 #398EFF is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 142 | 255 | - |
| CMYK | 0.78 | 0.44 | 0 | 0 |
| HSL | 214.24º | 1% | 0.61% | - |
| HSV(B) | 214.24º | 0.78% | 1% | - |
| XYZ | 29.41 | 27.44 | 98.35 | - |
| YUV | 129.47 | 198.84 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 142 | 255 | 0.78 | 0.44 | 0 | 0 | 214.24 | 1 | 0.61 |
| Hex | 39 | 8E | FF | 4E | 2C | 0 | 0 | D6 | 64 | 3D |
| Octal | 71 | 216 | 377 | 116 | 54 | 0 | 0 | 326 | 144 | 75 |
| Binary | 111001 | 10001110 | 11111111 | 1001110 | 101100 | 0 | 0 | 11010110 | 1100100 | 111101 |
Color Harmonies of #398EFF
Complementary color
Monochromatic Colors of #398EFF
Black with #398EFF
Text Example
Text Example
White with #398EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398EFF; }
p { color: rgb(57,142,255); }
H1.HeaderClassName
{
color: #398EFF;
}
.AnyTagClassName
{
color: #398EFF;
}
</style>
background-color css
<style>
a { background-color: #398EFF; }
a { background-color: rgb(57,142,255); }
div.DivClassName
{
background-color: #398EFF;
}
.BgClassName
{
background-color: #398EFF;
}
</style>
border-color css
<style>
span { border-color: #398EFF; }
span { border-color: rgb(57,142,255); }
td.TdClassName
{
border-color: #398EFF;
}
.TagClassName
{
border-color: #398EFF;
}
</style>