Shades of Dodger Blue #3BA3FC
Tints of Dodger Blue #3BA3FC
RGB
CMYK
RGB Variations
Color information
#3BA3FC (or 0x3BA3FC) is known color: Dodger Blue. HEX triplet: 3B, A3 and FC. RGB value is (59,163,252). Sum of RGB (Red+Green+Blue) = 59+163+252=474 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.45% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #3BA3FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BA3FC is #C45C03. Grayscale: #8D8D8D. Windows color (decimal): -12868612 or 16556859. OLE color: 16556859.
HSL color Cylindrical-coordinate representation of color #3BA3FC: hue angle of 207.67º degrees, saturation: 0.97, 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 #3BA3FC is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 163 | 252 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.01 |
| HSL | 207.67º | 0.97% | 0.61% | - |
| HSV(B) | 207.67º | 0.77% | 0.99% | - |
| XYZ | 32.47 | 34.15 | 96.98 | - |
| YUV | 142.05 | 190.04 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 163 | 252 | 0.77 | 0.35 | 0 | 0.01 | 207.67 | 0.97 | 0.61 |
| Hex | 3B | A3 | FC | 4D | 23 | 0 | 1 | D0 | 61 | 3D |
| Octal | 73 | 243 | 374 | 115 | 43 | 0 | 1 | 320 | 141 | 75 |
| Binary | 111011 | 10100011 | 11111100 | 1001101 | 100011 | 0 | 1 | 11010000 | 1100001 | 111101 |
Color Harmonies of #3BA3FC
Complementary color
Monochromatic Colors of #3BA3FC
Black with #3BA3FC
Text Example
Text Example
White with #3BA3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA3FC; }
p { color: rgb(59,163,252); }
H1.HeaderClassName
{
color: #3BA3FC;
}
.AnyTagClassName
{
color: #3BA3FC;
}
</style>
background-color css
<style>
a { background-color: #3BA3FC; }
a { background-color: rgb(59,163,252); }
div.DivClassName
{
background-color: #3BA3FC;
}
.BgClassName
{
background-color: #3BA3FC;
}
</style>
border-color css
<style>
span { border-color: #3BA3FC; }
span { border-color: rgb(59,163,252); }
td.TdClassName
{
border-color: #3BA3FC;
}
.TagClassName
{
border-color: #3BA3FC;
}
</style>