Shades of Dodger Blue #3BA2FC
Tints of Dodger Blue #3BA2FC
RGB
CMYK
RGB Variations
Color information
#3BA2FC (or 0x3BA2FC) is known color: Dodger Blue. HEX triplet: 3B, A2 and FC. RGB value is (59,162,252). Sum of RGB (Red+Green+Blue) = 59+162+252=473 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.47% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #3BA2FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BA2FC is #C45D03. Grayscale: #8D8D8D. Windows color (decimal): -12868868 or 16556603. OLE color: 16556603.
HSL color Cylindrical-coordinate representation of color #3BA2FC: hue angle of 207.98º 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 #3BA2FC is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 162 | 252 | - |
| CMYK | 0.77 | 0.36 | 0 | 0.01 |
| HSL | 207.98º | 0.97% | 0.61% | - |
| HSV(B) | 207.98º | 0.77% | 0.99% | - |
| XYZ | 32.29 | 33.8 | 96.92 | - |
| YUV | 141.46 | 190.38 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 162 | 252 | 0.77 | 0.36 | 0 | 0.01 | 207.98 | 0.97 | 0.61 |
| Hex | 3B | A2 | FC | 4D | 24 | 0 | 1 | D0 | 61 | 3D |
| Octal | 73 | 242 | 374 | 115 | 44 | 0 | 1 | 320 | 141 | 75 |
| Binary | 111011 | 10100010 | 11111100 | 1001101 | 100100 | 0 | 1 | 11010000 | 1100001 | 111101 |
Color Harmonies of #3BA2FC
Complementary color
Monochromatic Colors of #3BA2FC
Black with #3BA2FC
Text Example
Text Example
White with #3BA2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA2FC; }
p { color: rgb(59,162,252); }
H1.HeaderClassName
{
color: #3BA2FC;
}
.AnyTagClassName
{
color: #3BA2FC;
}
</style>
background-color css
<style>
a { background-color: #3BA2FC; }
a { background-color: rgb(59,162,252); }
div.DivClassName
{
background-color: #3BA2FC;
}
.BgClassName
{
background-color: #3BA2FC;
}
</style>
border-color css
<style>
span { border-color: #3BA2FC; }
span { border-color: rgb(59,162,252); }
td.TdClassName
{
border-color: #3BA2FC;
}
.TagClassName
{
border-color: #3BA2FC;
}
</style>