Shades of Dodger Blue #3985FE
Tints of Dodger Blue #3985FE
RGB
CMYK
RGB Variations
Color information
#3985FE (or 0x3985FE) is known color: Dodger Blue. HEX triplet: 39, 85 and FE. RGB value is (57,133,254). Sum of RGB (Red+Green+Blue) = 57+133+254=444 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.84% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #3985FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3985FE is #C67A01. Grayscale: #7B7B7B. Windows color (decimal): -13007362 or 16680249. OLE color: 16680249.
HSL color Cylindrical-coordinate representation of color #3985FE: hue angle of 216.85º 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 #3985FE is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 133 | 254 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.00 |
| HSL | 216.85º | 0.99% | 0.61% | - |
| HSV(B) | 216.85º | 0.78% | 1% | - |
| XYZ | 27.96 | 24.8 | 97.08 | - |
| YUV | 124.07 | 201.32 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 133 | 254 | 0.78 | 0.48 | 0 | 0.00 | 216.85 | 0.99 | 0.61 |
| Hex | 39 | 85 | FE | 4E | 30 | 0 | 0 | D9 | 63 | 3D |
| Octal | 71 | 205 | 376 | 116 | 60 | 0 | 0 | 331 | 143 | 75 |
| Binary | 111001 | 10000101 | 11111110 | 1001110 | 110000 | 0 | 0 | 11011001 | 1100011 | 111101 |
Color Harmonies of #3985FE
Complementary color
Monochromatic Colors of #3985FE
Black with #3985FE
Text Example
Text Example
White with #3985FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3985FE; }
p { color: rgb(57,133,254); }
H1.HeaderClassName
{
color: #3985FE;
}
.AnyTagClassName
{
color: #3985FE;
}
</style>
background-color css
<style>
a { background-color: #3985FE; }
a { background-color: rgb(57,133,254); }
div.DivClassName
{
background-color: #3985FE;
}
.BgClassName
{
background-color: #3985FE;
}
</style>
border-color css
<style>
span { border-color: #3985FE; }
span { border-color: rgb(57,133,254); }
td.TdClassName
{
border-color: #3985FE;
}
.TagClassName
{
border-color: #3985FE;
}
</style>