Shades of Dodger Blue #3F98FA
Tints of Dodger Blue #3F98FA
RGB
CMYK
RGB Variations
Color information
#3F98FA (or 0x3F98FA) is known color: Dodger Blue. HEX triplet: 3F, 98 and FA. RGB value is (63,152,250). Sum of RGB (Red+Green+Blue) = 63+152+250=465 (61% of max value = 765). Red value is 63 (25% from 255 or 13.55% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #3F98FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F98FA is #C06705. Grayscale: #888888. Windows color (decimal): -12609286 or 16422975. OLE color: 16422975.
HSL color Cylindrical-coordinate representation of color #3F98FA: hue angle of 211.44º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F98FA is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 152 | 250 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.02 |
| HSL | 211.44º | 0.95% | 0.61% | - |
| HSV(B) | 211.44º | 0.75% | 0.98% | - |
| XYZ | 30.53 | 30.42 | 94.7 | - |
| YUV | 136.56 | 192.01 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 152 | 250 | 0.75 | 0.39 | 0 | 0.02 | 211.44 | 0.95 | 0.61 |
| Hex | 3F | 98 | FA | 4B | 27 | 0 | 2 | D3 | 5F | 3D |
| Octal | 77 | 230 | 372 | 113 | 47 | 0 | 2 | 323 | 137 | 75 |
| Binary | 111111 | 10011000 | 11111010 | 1001011 | 100111 | 0 | 10 | 11010011 | 1011111 | 111101 |
Color Harmonies of #3F98FA
Complementary color
Monochromatic Colors of #3F98FA
Black with #3F98FA
Text Example
Text Example
White with #3F98FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F98FA; }
p { color: rgb(63,152,250); }
H1.HeaderClassName
{
color: #3F98FA;
}
.AnyTagClassName
{
color: #3F98FA;
}
</style>
background-color css
<style>
a { background-color: #3F98FA; }
a { background-color: rgb(63,152,250); }
div.DivClassName
{
background-color: #3F98FA;
}
.BgClassName
{
background-color: #3F98FA;
}
</style>
border-color css
<style>
span { border-color: #3F98FA; }
span { border-color: rgb(63,152,250); }
td.TdClassName
{
border-color: #3F98FA;
}
.TagClassName
{
border-color: #3F98FA;
}
</style>