Shades of Dodger Blue #3BA1FE
Tints of Dodger Blue #3BA1FE
RGB
CMYK
RGB Variations
Color information
#3BA1FE (or 0x3BA1FE) is known color: Dodger Blue. HEX triplet: 3B, A1 and FE. RGB value is (59,161,254). Sum of RGB (Red+Green+Blue) = 59+161+254=474 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.45% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #3BA1FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BA1FE is #C45E01. Grayscale: #8C8C8C. Windows color (decimal): -12869122 or 16687419. OLE color: 16687419.
HSL color Cylindrical-coordinate representation of color #3BA1FE: hue angle of 208.62º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BA1FE is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 161 | 254 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.00 |
| HSL | 208.62º | 0.99% | 0.61% | - |
| HSV(B) | 208.62º | 0.77% | 1% | - |
| XYZ | 32.44 | 33.58 | 98.54 | - |
| YUV | 141.1 | 191.71 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 161 | 254 | 0.77 | 0.37 | 0 | 0.00 | 208.62 | 0.99 | 0.61 |
| Hex | 3B | A1 | FE | 4D | 25 | 0 | 0 | D1 | 63 | 3D |
| Octal | 73 | 241 | 376 | 115 | 45 | 0 | 0 | 321 | 143 | 75 |
| Binary | 111011 | 10100001 | 11111110 | 1001101 | 100101 | 0 | 0 | 11010001 | 1100011 | 111101 |
Color Harmonies of #3BA1FE
Complementary color
Monochromatic Colors of #3BA1FE
Black with #3BA1FE
Text Example
Text Example
White with #3BA1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA1FE; }
p { color: rgb(59,161,254); }
H1.HeaderClassName
{
color: #3BA1FE;
}
.AnyTagClassName
{
color: #3BA1FE;
}
</style>
background-color css
<style>
a { background-color: #3BA1FE; }
a { background-color: rgb(59,161,254); }
div.DivClassName
{
background-color: #3BA1FE;
}
.BgClassName
{
background-color: #3BA1FE;
}
</style>
border-color css
<style>
span { border-color: #3BA1FE; }
span { border-color: rgb(59,161,254); }
td.TdClassName
{
border-color: #3BA1FE;
}
.TagClassName
{
border-color: #3BA1FE;
}
</style>