Shades of Dodger Blue #3BA2FF
Tints of Dodger Blue #3BA2FF
RGB
CMYK
RGB Variations
Color information
#3BA2FF (or 0x3BA2FF) is known color: Dodger Blue. HEX triplet: 3B, A2 and FF. RGB value is (59,162,255). Sum of RGB (Red+Green+Blue) = 59+162+255=476 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.39% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #3BA2FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BA2FF is #C45D00. Grayscale: #8D8D8D. Windows color (decimal): -12868865 or 16753211. OLE color: 16753211.
HSL color Cylindrical-coordinate representation of color #3BA2FF: hue angle of 208.47º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BA2FF is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 162 | 255 | - |
| CMYK | 0.77 | 0.36 | 0 | 0 |
| HSL | 208.47º | 1% | 0.62% | - |
| HSV(B) | 208.47º | 0.77% | 1% | - |
| XYZ | 32.77 | 33.99 | 99.44 | - |
| YUV | 141.81 | 191.88 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 162 | 255 | 0.77 | 0.36 | 0 | 0 | 208.47 | 1 | 0.62 |
| Hex | 3B | A2 | FF | 4D | 24 | 0 | 0 | D0 | 64 | 3E |
| Octal | 73 | 242 | 377 | 115 | 44 | 0 | 0 | 320 | 144 | 76 |
| Binary | 111011 | 10100010 | 11111111 | 1001101 | 100100 | 0 | 0 | 11010000 | 1100100 | 111110 |
Color Harmonies of #3BA2FF
Complementary color
Monochromatic Colors of #3BA2FF
Black with #3BA2FF
Text Example
Text Example
White with #3BA2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA2FF; }
p { color: rgb(59,162,255); }
H1.HeaderClassName
{
color: #3BA2FF;
}
.AnyTagClassName
{
color: #3BA2FF;
}
</style>
background-color css
<style>
a { background-color: #3BA2FF; }
a { background-color: rgb(59,162,255); }
div.DivClassName
{
background-color: #3BA2FF;
}
.BgClassName
{
background-color: #3BA2FF;
}
</style>
border-color css
<style>
span { border-color: #3BA2FF; }
span { border-color: rgb(59,162,255); }
td.TdClassName
{
border-color: #3BA2FF;
}
.TagClassName
{
border-color: #3BA2FF;
}
</style>