Shades of Dodger Blue #3992FA
Tints of Dodger Blue #3992FA
RGB
CMYK
RGB Variations
Color information
#3992FA (or 0x3992FA) is known color: Dodger Blue. HEX triplet: 39, 92 and FA. RGB value is (57,146,250). Sum of RGB (Red+Green+Blue) = 57+146+250=453 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.58% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #3992FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3992FA is #C66D05. Grayscale: #828282. Windows color (decimal): -13004038 or 16421433. OLE color: 16421433.
HSL color Cylindrical-coordinate representation of color #3992FA: hue angle of 212.33º 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 #3992FA is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 146 | 250 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.02 |
| HSL | 212.33º | 0.95% | 0.6% | - |
| HSV(B) | 212.33º | 0.77% | 0.98% | - |
| XYZ | 29.22 | 28.33 | 94.37 | - |
| YUV | 131.25 | 195.01 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 146 | 250 | 0.77 | 0.42 | 0 | 0.02 | 212.33 | 0.95 | 0.6 |
| Hex | 39 | 92 | FA | 4D | 2A | 0 | 2 | D4 | 5F | 3C |
| Octal | 71 | 222 | 372 | 115 | 52 | 0 | 2 | 324 | 137 | 74 |
| Binary | 111001 | 10010010 | 11111010 | 1001101 | 101010 | 0 | 10 | 11010100 | 1011111 | 111100 |
Color Harmonies of #3992FA
Complementary color
Monochromatic Colors of #3992FA
Black with #3992FA
Text Example
Text Example
White with #3992FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3992FA; }
p { color: rgb(57,146,250); }
H1.HeaderClassName
{
color: #3992FA;
}
.AnyTagClassName
{
color: #3992FA;
}
</style>
background-color css
<style>
a { background-color: #3992FA; }
a { background-color: rgb(57,146,250); }
div.DivClassName
{
background-color: #3992FA;
}
.BgClassName
{
background-color: #3992FA;
}
</style>
border-color css
<style>
span { border-color: #3992FA; }
span { border-color: rgb(57,146,250); }
td.TdClassName
{
border-color: #3992FA;
}
.TagClassName
{
border-color: #3992FA;
}
</style>