Shades of Dodger Blue #3BA0FC
Tints of Dodger Blue #3BA0FC
RGB
CMYK
RGB Variations
Color information
#3BA0FC (or 0x3BA0FC) is known color: Dodger Blue. HEX triplet: 3B, A0 and FC. RGB value is (59,160,252). Sum of RGB (Red+Green+Blue) = 59+160+252=471 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.53% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #3BA0FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BA0FC is #C45F03. Grayscale: #8B8B8B. Windows color (decimal): -12869380 or 16556091. OLE color: 16556091.
HSL color Cylindrical-coordinate representation of color #3BA0FC: hue angle of 208.6º 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 #3BA0FC is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 160 | 252 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.01 |
| HSL | 208.6º | 0.97% | 0.61% | - |
| HSV(B) | 208.6º | 0.77% | 0.99% | - |
| XYZ | 31.95 | 33.1 | 96.8 | - |
| YUV | 140.29 | 191.04 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 160 | 252 | 0.77 | 0.37 | 0 | 0.01 | 208.6 | 0.97 | 0.61 |
| Hex | 3B | A0 | FC | 4D | 25 | 0 | 1 | D1 | 61 | 3D |
| Octal | 73 | 240 | 374 | 115 | 45 | 0 | 1 | 321 | 141 | 75 |
| Binary | 111011 | 10100000 | 11111100 | 1001101 | 100101 | 0 | 1 | 11010001 | 1100001 | 111101 |
Color Harmonies of #3BA0FC
Complementary color
Monochromatic Colors of #3BA0FC
Black with #3BA0FC
Text Example
Text Example
White with #3BA0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA0FC; }
p { color: rgb(59,160,252); }
H1.HeaderClassName
{
color: #3BA0FC;
}
.AnyTagClassName
{
color: #3BA0FC;
}
</style>
background-color css
<style>
a { background-color: #3BA0FC; }
a { background-color: rgb(59,160,252); }
div.DivClassName
{
background-color: #3BA0FC;
}
.BgClassName
{
background-color: #3BA0FC;
}
</style>
border-color css
<style>
span { border-color: #3BA0FC; }
span { border-color: rgb(59,160,252); }
td.TdClassName
{
border-color: #3BA0FC;
}
.TagClassName
{
border-color: #3BA0FC;
}
</style>