Shades of Dodger Blue #3B8EFF
Tints of Dodger Blue #3B8EFF
RGB
CMYK
RGB Variations
Color information
#3B8EFF (or 0x3B8EFF) is known color: Dodger Blue. HEX triplet: 3B, 8E and FF. RGB value is (59,142,255). Sum of RGB (Red+Green+Blue) = 59+142+255=456 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.94% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #3B8EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3B8EFF is #C47100. Grayscale: #818181. Windows color (decimal): -12873985 or 16748091. OLE color: 16748091.
HSL color Cylindrical-coordinate representation of color #3B8EFF: hue angle of 214.59º 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 #3B8EFF is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 142 | 255 | - |
| CMYK | 0.77 | 0.44 | 0 | 0 |
| HSL | 214.59º | 1% | 0.62% | - |
| HSV(B) | 214.59º | 0.77% | 1% | - |
| XYZ | 29.53 | 27.5 | 98.36 | - |
| YUV | 130.07 | 198.5 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 142 | 255 | 0.77 | 0.44 | 0 | 0 | 214.59 | 1 | 0.62 |
| Hex | 3B | 8E | FF | 4D | 2C | 0 | 0 | D7 | 64 | 3E |
| Octal | 73 | 216 | 377 | 115 | 54 | 0 | 0 | 327 | 144 | 76 |
| Binary | 111011 | 10001110 | 11111111 | 1001101 | 101100 | 0 | 0 | 11010111 | 1100100 | 111110 |
Color Harmonies of #3B8EFF
Complementary color
Monochromatic Colors of #3B8EFF
Black with #3B8EFF
Text Example
Text Example
White with #3B8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8EFF; }
p { color: rgb(59,142,255); }
H1.HeaderClassName
{
color: #3B8EFF;
}
.AnyTagClassName
{
color: #3B8EFF;
}
</style>
background-color css
<style>
a { background-color: #3B8EFF; }
a { background-color: rgb(59,142,255); }
div.DivClassName
{
background-color: #3B8EFF;
}
.BgClassName
{
background-color: #3B8EFF;
}
</style>
border-color css
<style>
span { border-color: #3B8EFF; }
span { border-color: rgb(59,142,255); }
td.TdClassName
{
border-color: #3B8EFF;
}
.TagClassName
{
border-color: #3B8EFF;
}
</style>