Shades of Dodger Blue #3F8CFD
Tints of Dodger Blue #3F8CFD
RGB
CMYK
RGB Variations
Color information
#3F8CFD (or 0x3F8CFD) is known color: Dodger Blue. HEX triplet: 3F, 8C and FD. RGB value is (63,140,253). Sum of RGB (Red+Green+Blue) = 63+140+253=456 (60% of max value = 765). Red value is 63 (25% from 255 or 13.82% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #3F8CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F8CFD is #C07302. Grayscale: #818181. Windows color (decimal): -12612355 or 16616511. OLE color: 16616511.
HSL color Cylindrical-coordinate representation of color #3F8CFD: hue angle of 215.68º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F8CFD is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 140 | 253 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.01 |
| HSL | 215.68º | 0.98% | 0.62% | - |
| HSV(B) | 215.68º | 0.75% | 0.99% | - |
| XYZ | 29.16 | 26.9 | 96.58 | - |
| YUV | 129.86 | 197.49 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 140 | 253 | 0.75 | 0.45 | 0 | 0.01 | 215.68 | 0.98 | 0.62 |
| Hex | 3F | 8C | FD | 4B | 2D | 0 | 1 | D8 | 62 | 3E |
| Octal | 77 | 214 | 375 | 113 | 55 | 0 | 1 | 330 | 142 | 76 |
| Binary | 111111 | 10001100 | 11111101 | 1001011 | 101101 | 0 | 1 | 11011000 | 1100010 | 111110 |
Color Harmonies of #3F8CFD
Complementary color
Monochromatic Colors of #3F8CFD
Black with #3F8CFD
Text Example
Text Example
White with #3F8CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8CFD; }
p { color: rgb(63,140,253); }
H1.HeaderClassName
{
color: #3F8CFD;
}
.AnyTagClassName
{
color: #3F8CFD;
}
</style>
background-color css
<style>
a { background-color: #3F8CFD; }
a { background-color: rgb(63,140,253); }
div.DivClassName
{
background-color: #3F8CFD;
}
.BgClassName
{
background-color: #3F8CFD;
}
</style>
border-color css
<style>
span { border-color: #3F8CFD; }
span { border-color: rgb(63,140,253); }
td.TdClassName
{
border-color: #3F8CFD;
}
.TagClassName
{
border-color: #3F8CFD;
}
</style>