Shades of Dodger Blue #3F98FE
Tints of Dodger Blue #3F98FE
RGB
CMYK
RGB Variations
Color information
#3F98FE (or 0x3F98FE) is known color: Dodger Blue. HEX triplet: 3F, 98 and FE. RGB value is (63,152,254). Sum of RGB (Red+Green+Blue) = 63+152+254=469 (62% of max value = 765). Red value is 63 (25% from 255 or 13.43% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #3F98FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F98FE is #C06701. Grayscale: #888888. Windows color (decimal): -12609282 or 16685119. OLE color: 16685119.
HSL color Cylindrical-coordinate representation of color #3F98FE: hue angle of 212.04º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F98FE is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 152 | 254 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.00 |
| HSL | 212.04º | 0.99% | 0.62% | - |
| HSV(B) | 212.04º | 0.75% | 1% | - |
| XYZ | 31.17 | 30.67 | 98.04 | - |
| YUV | 137.02 | 194.01 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 152 | 254 | 0.75 | 0.40 | 0 | 0.00 | 212.04 | 0.99 | 0.62 |
| Hex | 3F | 98 | FE | 4B | 28 | 0 | 0 | D4 | 63 | 3E |
| Octal | 77 | 230 | 376 | 113 | 50 | 0 | 0 | 324 | 143 | 76 |
| Binary | 111111 | 10011000 | 11111110 | 1001011 | 101000 | 0 | 0 | 11010100 | 1100011 | 111110 |
Color Harmonies of #3F98FE
Complementary color
Monochromatic Colors of #3F98FE
Black with #3F98FE
Text Example
Text Example
White with #3F98FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F98FE; }
p { color: rgb(63,152,254); }
H1.HeaderClassName
{
color: #3F98FE;
}
.AnyTagClassName
{
color: #3F98FE;
}
</style>
background-color css
<style>
a { background-color: #3F98FE; }
a { background-color: rgb(63,152,254); }
div.DivClassName
{
background-color: #3F98FE;
}
.BgClassName
{
background-color: #3F98FE;
}
</style>
border-color css
<style>
span { border-color: #3F98FE; }
span { border-color: rgb(63,152,254); }
td.TdClassName
{
border-color: #3F98FE;
}
.TagClassName
{
border-color: #3F98FE;
}
</style>