Shades of Dodger Blue #398CFA
Tints of Dodger Blue #398CFA
RGB
CMYK
RGB Variations
Color information
#398CFA (or 0x398CFA) is known color: Dodger Blue. HEX triplet: 39, 8C and FA. RGB value is (57,140,250). Sum of RGB (Red+Green+Blue) = 57+140+250=447 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.75% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #398CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #398CFA is #C67305. Grayscale: #7F7F7F. Windows color (decimal): -13005574 or 16419897. OLE color: 16419897.
HSL color Cylindrical-coordinate representation of color #398CFA: hue angle of 214.2º 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 #398CFA is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 140 | 250 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.02 |
| HSL | 214.2º | 0.95% | 0.6% | - |
| HSV(B) | 214.2º | 0.77% | 0.98% | - |
| XYZ | 28.32 | 26.53 | 94.07 | - |
| YUV | 127.72 | 197 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 140 | 250 | 0.77 | 0.44 | 0 | 0.02 | 214.2 | 0.95 | 0.6 |
| Hex | 39 | 8C | FA | 4D | 2C | 0 | 2 | D6 | 5F | 3C |
| Octal | 71 | 214 | 372 | 115 | 54 | 0 | 2 | 326 | 137 | 74 |
| Binary | 111001 | 10001100 | 11111010 | 1001101 | 101100 | 0 | 10 | 11010110 | 1011111 | 111100 |
Color Harmonies of #398CFA
Complementary color
Monochromatic Colors of #398CFA
Black with #398CFA
Text Example
Text Example
White with #398CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398CFA; }
p { color: rgb(57,140,250); }
H1.HeaderClassName
{
color: #398CFA;
}
.AnyTagClassName
{
color: #398CFA;
}
</style>
background-color css
<style>
a { background-color: #398CFA; }
a { background-color: rgb(57,140,250); }
div.DivClassName
{
background-color: #398CFA;
}
.BgClassName
{
background-color: #398CFA;
}
</style>
border-color css
<style>
span { border-color: #398CFA; }
span { border-color: rgb(57,140,250); }
td.TdClassName
{
border-color: #398CFA;
}
.TagClassName
{
border-color: #398CFA;
}
</style>