Shades of Dodger Blue #3F9BFA
Tints of Dodger Blue #3F9BFA
RGB
CMYK
RGB Variations
Color information
#3F9BFA (or 0x3F9BFA) is known color: Dodger Blue. HEX triplet: 3F, 9B and FA. RGB value is (63,155,250). Sum of RGB (Red+Green+Blue) = 63+155+250=468 (61% of max value = 765). Red value is 63 (25% from 255 or 13.46% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #3F9BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F9BFA is #C06405. Grayscale: #898989. Windows color (decimal): -12608518 or 16423743. OLE color: 16423743.
HSL color Cylindrical-coordinate representation of color #3F9BFA: hue angle of 210.48º 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 #3F9BFA is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 155 | 250 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.02 |
| HSL | 210.48º | 0.95% | 0.61% | - |
| HSV(B) | 210.48º | 0.75% | 0.98% | - |
| XYZ | 31.03 | 31.4 | 94.87 | - |
| YUV | 138.32 | 191.02 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 155 | 250 | 0.75 | 0.38 | 0 | 0.02 | 210.48 | 0.95 | 0.61 |
| Hex | 3F | 9B | FA | 4B | 26 | 0 | 2 | D2 | 5F | 3D |
| Octal | 77 | 233 | 372 | 113 | 46 | 0 | 2 | 322 | 137 | 75 |
| Binary | 111111 | 10011011 | 11111010 | 1001011 | 100110 | 0 | 10 | 11010010 | 1011111 | 111101 |
Color Harmonies of #3F9BFA
Complementary color
Monochromatic Colors of #3F9BFA
Black with #3F9BFA
Text Example
Text Example
White with #3F9BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9BFA; }
p { color: rgb(63,155,250); }
H1.HeaderClassName
{
color: #3F9BFA;
}
.AnyTagClassName
{
color: #3F9BFA;
}
</style>
background-color css
<style>
a { background-color: #3F9BFA; }
a { background-color: rgb(63,155,250); }
div.DivClassName
{
background-color: #3F9BFA;
}
.BgClassName
{
background-color: #3F9BFA;
}
</style>
border-color css
<style>
span { border-color: #3F9BFA; }
span { border-color: rgb(63,155,250); }
td.TdClassName
{
border-color: #3F9BFA;
}
.TagClassName
{
border-color: #3F9BFA;
}
</style>