Shades of Dodger Blue #3B8BEF
Tints of Dodger Blue #3B8BEF
RGB
CMYK
RGB Variations
Color information
#3B8BEF (or 0x3B8BEF) is known color: Dodger Blue. HEX triplet: 3B, 8B and EF. RGB value is (59,139,239). Sum of RGB (Red+Green+Blue) = 59+139+239=437 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.50% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #3B8BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3B8BEF is #C47410. Grayscale: #7E7E7E. Windows color (decimal): -12874769 or 15698747. OLE color: 15698747.
HSL color Cylindrical-coordinate representation of color #3B8BEF: hue angle of 213.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B8BEF is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 139 | 239 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.06 |
| HSL | 213.33º | 0.85% | 0.58% | - |
| HSV(B) | 213.33º | 0.75% | 0.94% | - |
| XYZ | 26.62 | 25.63 | 85.21 | - |
| YUV | 126.48 | 191.5 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 139 | 239 | 0.75 | 0.42 | 0 | 0.06 | 213.33 | 0.85 | 0.58 |
| Hex | 3B | 8B | EF | 4B | 2A | 0 | 6 | D5 | 55 | 3A |
| Octal | 73 | 213 | 357 | 113 | 52 | 0 | 6 | 325 | 125 | 72 |
| Binary | 111011 | 10001011 | 11101111 | 1001011 | 101010 | 0 | 110 | 11010101 | 1010101 | 111010 |
Color Harmonies of #3B8BEF
Complementary color
Monochromatic Colors of #3B8BEF
Black with #3B8BEF
Text Example
Text Example
White with #3B8BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8BEF; }
p { color: rgb(59,139,239); }
H1.HeaderClassName
{
color: #3B8BEF;
}
.AnyTagClassName
{
color: #3B8BEF;
}
</style>
background-color css
<style>
a { background-color: #3B8BEF; }
a { background-color: rgb(59,139,239); }
div.DivClassName
{
background-color: #3B8BEF;
}
.BgClassName
{
background-color: #3B8BEF;
}
</style>
border-color css
<style>
span { border-color: #3B8BEF; }
span { border-color: rgb(59,139,239); }
td.TdClassName
{
border-color: #3B8BEF;
}
.TagClassName
{
border-color: #3B8BEF;
}
</style>