Shades of Dodger Blue #3BA5FD
Tints of Dodger Blue #3BA5FD
RGB
CMYK
RGB Variations
Color information
#3BA5FD (or 0x3BA5FD) is known color: Dodger Blue. HEX triplet: 3B, A5 and FD. RGB value is (59,165,253). Sum of RGB (Red+Green+Blue) = 59+165+253=477 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.37% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #3BA5FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BA5FD is #C45A02. Grayscale: #8E8E8E. Windows color (decimal): -12868099 or 16622907. OLE color: 16622907.
HSL color Cylindrical-coordinate representation of color #3BA5FD: hue angle of 207.22º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BA5FD is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 165 | 253 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.01 |
| HSL | 207.22º | 0.98% | 0.61% | - |
| HSV(B) | 207.22º | 0.77% | 0.99% | - |
| XYZ | 32.99 | 34.93 | 97.93 | - |
| YUV | 143.34 | 189.88 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 165 | 253 | 0.77 | 0.35 | 0 | 0.01 | 207.22 | 0.98 | 0.61 |
| Hex | 3B | A5 | FD | 4D | 23 | 0 | 1 | CF | 62 | 3D |
| Octal | 73 | 245 | 375 | 115 | 43 | 0 | 1 | 317 | 142 | 75 |
| Binary | 111011 | 10100101 | 11111101 | 1001101 | 100011 | 0 | 1 | 11001111 | 1100010 | 111101 |
Color Harmonies of #3BA5FD
Complementary color
Monochromatic Colors of #3BA5FD
Black with #3BA5FD
Text Example
Text Example
White with #3BA5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA5FD; }
p { color: rgb(59,165,253); }
H1.HeaderClassName
{
color: #3BA5FD;
}
.AnyTagClassName
{
color: #3BA5FD;
}
</style>
background-color css
<style>
a { background-color: #3BA5FD; }
a { background-color: rgb(59,165,253); }
div.DivClassName
{
background-color: #3BA5FD;
}
.BgClassName
{
background-color: #3BA5FD;
}
</style>
border-color css
<style>
span { border-color: #3BA5FD; }
span { border-color: rgb(59,165,253); }
td.TdClassName
{
border-color: #3BA5FD;
}
.TagClassName
{
border-color: #3BA5FD;
}
</style>