Shades of Dodger Blue #3FA0FD
Tints of Dodger Blue #3FA0FD
RGB
CMYK
RGB Variations
Color information
#3FA0FD (or 0x3FA0FD) is known color: Dodger Blue. HEX triplet: 3F, A0 and FD. RGB value is (63,160,253). Sum of RGB (Red+Green+Blue) = 63+160+253=476 (63% of max value = 765). Red value is 63 (25% from 255 or 13.24% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #3FA0FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FA0FD is #C05F02. Grayscale: #8D8D8D. Windows color (decimal): -12607235 or 16621631. OLE color: 16621631.
HSL color Cylindrical-coordinate representation of color #3FA0FD: hue angle of 209.37º 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 #3FA0FD is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 160 | 253 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.01 |
| HSL | 209.37º | 0.98% | 0.62% | - |
| HSV(B) | 209.37º | 0.75% | 0.99% | - |
| XYZ | 32.35 | 33.29 | 97.65 | - |
| YUV | 141.6 | 190.86 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 160 | 253 | 0.75 | 0.37 | 0 | 0.01 | 209.37 | 0.98 | 0.62 |
| Hex | 3F | A0 | FD | 4B | 25 | 0 | 1 | D1 | 62 | 3E |
| Octal | 77 | 240 | 375 | 113 | 45 | 0 | 1 | 321 | 142 | 76 |
| Binary | 111111 | 10100000 | 11111101 | 1001011 | 100101 | 0 | 1 | 11010001 | 1100010 | 111110 |
Color Harmonies of #3FA0FD
Complementary color
Monochromatic Colors of #3FA0FD
Black with #3FA0FD
Text Example
Text Example
White with #3FA0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA0FD; }
p { color: rgb(63,160,253); }
H1.HeaderClassName
{
color: #3FA0FD;
}
.AnyTagClassName
{
color: #3FA0FD;
}
</style>
background-color css
<style>
a { background-color: #3FA0FD; }
a { background-color: rgb(63,160,253); }
div.DivClassName
{
background-color: #3FA0FD;
}
.BgClassName
{
background-color: #3FA0FD;
}
</style>
border-color css
<style>
span { border-color: #3FA0FD; }
span { border-color: rgb(63,160,253); }
td.TdClassName
{
border-color: #3FA0FD;
}
.TagClassName
{
border-color: #3FA0FD;
}
</style>