Shades of Dodger Blue #3B8BEB
Tints of Dodger Blue #3B8BEB
RGB
CMYK
RGB Variations
Color information
#3B8BEB (or 0x3B8BEB) is known color: Dodger Blue. HEX triplet: 3B, 8B and EB. RGB value is (59,139,235). Sum of RGB (Red+Green+Blue) = 59+139+235=433 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.63% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #3B8BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3B8BEB is #C47414. Grayscale: #7D7D7D. Windows color (decimal): -12874773 or 15436603. OLE color: 15436603.
HSL color Cylindrical-coordinate representation of color #3B8BEB: hue angle of 212.73º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B8BEB is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 139 | 235 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.08 |
| HSL | 212.73º | 0.81% | 0.58% | - |
| HSV(B) | 212.73º | 0.75% | 0.92% | - |
| XYZ | 26.03 | 25.39 | 82.13 | - |
| YUV | 126.02 | 189.5 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 139 | 235 | 0.75 | 0.41 | 0 | 0.08 | 212.73 | 0.81 | 0.58 |
| Hex | 3B | 8B | EB | 4B | 29 | 0 | 8 | D5 | 51 | 3A |
| Octal | 73 | 213 | 353 | 113 | 51 | 0 | 10 | 325 | 121 | 72 |
| Binary | 111011 | 10001011 | 11101011 | 1001011 | 101001 | 0 | 1000 | 11010101 | 1010001 | 111010 |
Color Harmonies of #3B8BEB
Complementary color
Monochromatic Colors of #3B8BEB
Black with #3B8BEB
Text Example
Text Example
White with #3B8BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8BEB; }
p { color: rgb(59,139,235); }
H1.HeaderClassName
{
color: #3B8BEB;
}
.AnyTagClassName
{
color: #3B8BEB;
}
</style>
background-color css
<style>
a { background-color: #3B8BEB; }
a { background-color: rgb(59,139,235); }
div.DivClassName
{
background-color: #3B8BEB;
}
.BgClassName
{
background-color: #3B8BEB;
}
</style>
border-color css
<style>
span { border-color: #3B8BEB; }
span { border-color: rgb(59,139,235); }
td.TdClassName
{
border-color: #3B8BEB;
}
.TagClassName
{
border-color: #3B8BEB;
}
</style>