Shades of Dodger Blue #3F92FF
Tints of Dodger Blue #3F92FF
RGB
CMYK
RGB Variations
Color information
#3F92FF (or 0x3F92FF) is known color: Dodger Blue. HEX triplet: 3F, 92 and FF. RGB value is (63,146,255). Sum of RGB (Red+Green+Blue) = 63+146+255=464 (61% of max value = 765). Red value is 63 (25% from 255 or 13.58% from 464); Green value is 146 (57.42% from 255 or 31.47% 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 #3F92FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F92FF is #C06D00. Grayscale: #858585. Windows color (decimal): -12610817 or 16749119. OLE color: 16749119.
HSL color Cylindrical-coordinate representation of color #3F92FF: hue angle of 214.06º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F92FF is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 146 | 255 | - |
| CMYK | 0.75 | 0.43 | 0 | 0 |
| HSL | 214.06º | 1% | 0.62% | - |
| HSV(B) | 214.06º | 0.75% | 1% | - |
| XYZ | 30.38 | 28.83 | 98.57 | - |
| YUV | 133.61 | 196.5 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 146 | 255 | 0.75 | 0.43 | 0 | 0 | 214.06 | 1 | 0.62 |
| Hex | 3F | 92 | FF | 4B | 2B | 0 | 0 | D6 | 64 | 3E |
| Octal | 77 | 222 | 377 | 113 | 53 | 0 | 0 | 326 | 144 | 76 |
| Binary | 111111 | 10010010 | 11111111 | 1001011 | 101011 | 0 | 0 | 11010110 | 1100100 | 111110 |
Color Harmonies of #3F92FF
Complementary color
Monochromatic Colors of #3F92FF
Black with #3F92FF
Text Example
Text Example
White with #3F92FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F92FF; }
p { color: rgb(63,146,255); }
H1.HeaderClassName
{
color: #3F92FF;
}
.AnyTagClassName
{
color: #3F92FF;
}
</style>
background-color css
<style>
a { background-color: #3F92FF; }
a { background-color: rgb(63,146,255); }
div.DivClassName
{
background-color: #3F92FF;
}
.BgClassName
{
background-color: #3F92FF;
}
</style>
border-color css
<style>
span { border-color: #3F92FF; }
span { border-color: rgb(63,146,255); }
td.TdClassName
{
border-color: #3F92FF;
}
.TagClassName
{
border-color: #3F92FF;
}
</style>