Shades of Dodger Blue #3BA3FB
Tints of Dodger Blue #3BA3FB
RGB
CMYK
RGB Variations
Color information
#3BA3FB (or 0x3BA3FB) is known color: Dodger Blue. HEX triplet: 3B, A3 and FB. RGB value is (59,163,251). Sum of RGB (Red+Green+Blue) = 59+163+251=473 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.47% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #3BA3FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BA3FB is #C45C04. Grayscale: #8D8D8D. Windows color (decimal): -12868613 or 16491323. OLE color: 16491323.
HSL color Cylindrical-coordinate representation of color #3BA3FB: hue angle of 207.5º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BA3FB is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 163 | 251 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.02 |
| HSL | 207.5º | 0.96% | 0.61% | - |
| HSV(B) | 207.5º | 0.76% | 0.98% | - |
| XYZ | 32.31 | 34.09 | 96.14 | - |
| YUV | 141.94 | 189.54 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 163 | 251 | 0.76 | 0.35 | 0 | 0.02 | 207.5 | 0.96 | 0.61 |
| Hex | 3B | A3 | FB | 4C | 23 | 0 | 2 | D0 | 60 | 3D |
| Octal | 73 | 243 | 373 | 114 | 43 | 0 | 2 | 320 | 140 | 75 |
| Binary | 111011 | 10100011 | 11111011 | 1001100 | 100011 | 0 | 10 | 11010000 | 1100000 | 111101 |
Color Harmonies of #3BA3FB
Complementary color
Monochromatic Colors of #3BA3FB
Black with #3BA3FB
Text Example
Text Example
White with #3BA3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA3FB; }
p { color: rgb(59,163,251); }
H1.HeaderClassName
{
color: #3BA3FB;
}
.AnyTagClassName
{
color: #3BA3FB;
}
</style>
background-color css
<style>
a { background-color: #3BA3FB; }
a { background-color: rgb(59,163,251); }
div.DivClassName
{
background-color: #3BA3FB;
}
.BgClassName
{
background-color: #3BA3FB;
}
</style>
border-color css
<style>
span { border-color: #3BA3FB; }
span { border-color: rgb(59,163,251); }
td.TdClassName
{
border-color: #3BA3FB;
}
.TagClassName
{
border-color: #3BA3FB;
}
</style>