Shades of Dodger Blue #3F8FFB
Tints of Dodger Blue #3F8FFB
RGB
CMYK
RGB Variations
Color information
#3F8FFB (or 0x3F8FFB) is known color: Dodger Blue. HEX triplet: 3F, 8F and FB. RGB value is (63,143,251). Sum of RGB (Red+Green+Blue) = 63+143+251=457 (60% of max value = 765). Red value is 63 (25% from 255 or 13.79% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #3F8FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F8FFB is #C07004. Grayscale: #828282. Windows color (decimal): -12611589 or 16486207. OLE color: 16486207.
HSL color Cylindrical-coordinate representation of color #3F8FFB: hue angle of 214.47º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F8FFB is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 143 | 251 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.02 |
| HSL | 214.47º | 0.96% | 0.62% | - |
| HSV(B) | 214.47º | 0.75% | 0.98% | - |
| XYZ | 29.28 | 27.67 | 95.06 | - |
| YUV | 131.39 | 195.5 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 143 | 251 | 0.75 | 0.43 | 0 | 0.02 | 214.47 | 0.96 | 0.62 |
| Hex | 3F | 8F | FB | 4B | 2B | 0 | 2 | D6 | 60 | 3E |
| Octal | 77 | 217 | 373 | 113 | 53 | 0 | 2 | 326 | 140 | 76 |
| Binary | 111111 | 10001111 | 11111011 | 1001011 | 101011 | 0 | 10 | 11010110 | 1100000 | 111110 |
Color Harmonies of #3F8FFB
Complementary color
Monochromatic Colors of #3F8FFB
Black with #3F8FFB
Text Example
Text Example
White with #3F8FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8FFB; }
p { color: rgb(63,143,251); }
H1.HeaderClassName
{
color: #3F8FFB;
}
.AnyTagClassName
{
color: #3F8FFB;
}
</style>
background-color css
<style>
a { background-color: #3F8FFB; }
a { background-color: rgb(63,143,251); }
div.DivClassName
{
background-color: #3F8FFB;
}
.BgClassName
{
background-color: #3F8FFB;
}
</style>
border-color css
<style>
span { border-color: #3F8FFB; }
span { border-color: rgb(63,143,251); }
td.TdClassName
{
border-color: #3F8FFB;
}
.TagClassName
{
border-color: #3F8FFB;
}
</style>