Shades of Dodger Blue #3998FF
Tints of Dodger Blue #3998FF
RGB
CMYK
RGB Variations
Color information
#3998FF (or 0x3998FF) is known color: Dodger Blue. HEX triplet: 39, 98 and FF. RGB value is (57,152,255). Sum of RGB (Red+Green+Blue) = 57+152+255=464 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.28% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #3998FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3998FF is #C66700. Grayscale: #868686. Windows color (decimal): -13002497 or 16750649. OLE color: 16750649.
HSL color Cylindrical-coordinate representation of color #3998FF: hue angle of 211.21º 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 #3998FF is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 152 | 255 | - |
| CMYK | 0.78 | 0.40 | 0 | 0 |
| HSL | 211.21º | 1% | 0.61% | - |
| HSV(B) | 211.21º | 0.78% | 1% | - |
| XYZ | 30.97 | 30.55 | 98.87 | - |
| YUV | 135.34 | 195.53 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 152 | 255 | 0.78 | 0.40 | 0 | 0 | 211.21 | 1 | 0.61 |
| Hex | 39 | 98 | FF | 4E | 28 | 0 | 0 | D3 | 64 | 3D |
| Octal | 71 | 230 | 377 | 116 | 50 | 0 | 0 | 323 | 144 | 75 |
| Binary | 111001 | 10011000 | 11111111 | 1001110 | 101000 | 0 | 0 | 11010011 | 1100100 | 111101 |
Color Harmonies of #3998FF
Complementary color
Monochromatic Colors of #3998FF
Black with #3998FF
Text Example
Text Example
White with #3998FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3998FF; }
p { color: rgb(57,152,255); }
H1.HeaderClassName
{
color: #3998FF;
}
.AnyTagClassName
{
color: #3998FF;
}
</style>
background-color css
<style>
a { background-color: #3998FF; }
a { background-color: rgb(57,152,255); }
div.DivClassName
{
background-color: #3998FF;
}
.BgClassName
{
background-color: #3998FF;
}
</style>
border-color css
<style>
span { border-color: #3998FF; }
span { border-color: rgb(57,152,255); }
td.TdClassName
{
border-color: #3998FF;
}
.TagClassName
{
border-color: #3998FF;
}
</style>