Shades of Dodger Blue #3B8FE7
Tints of Dodger Blue #3B8FE7
RGB
CMYK
RGB Variations
Color information
#3B8FE7 (or 0x3B8FE7) is known color: Dodger Blue. HEX triplet: 3B, 8F and E7. RGB value is (59,143,231). Sum of RGB (Red+Green+Blue) = 59+143+231=433 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.63% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 231 (90.62% from 255 or 53.35% from 433); Max value from RGB is 231 - color contains mainly: blue. Hex color #3B8FE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3B8FE7 is #C47018. Grayscale: #7F7F7F. Windows color (decimal): -12873753 or 15175483. OLE color: 15175483.
HSL color Cylindrical-coordinate representation of color #3B8FE7: hue angle of 210.7º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B8FE7 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 59 | 143 | 231 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.09 |
| HSL | 210.7º | 0.78% | 0.57% | - |
| HSV(B) | 210.7º | 0.74% | 0.91% | - |
| XYZ | 26.05 | 26.34 | 79.31 | - |
| YUV | 127.92 | 186.17 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 143 | 231 | 0.74 | 0.38 | 0 | 0.09 | 210.7 | 0.78 | 0.57 |
| Hex | 3B | 8F | E7 | 4A | 26 | 0 | 9 | D3 | 4E | 39 |
| Octal | 73 | 217 | 347 | 112 | 46 | 0 | 11 | 323 | 116 | 71 |
| Binary | 111011 | 10001111 | 11100111 | 1001010 | 100110 | 0 | 1001 | 11010011 | 1001110 | 111001 |
Color Harmonies of #3B8FE7
Complementary color
Monochromatic Colors of #3B8FE7
Black with #3B8FE7
Text Example
Text Example
White with #3B8FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8FE7; }
p { color: rgb(59,143,231); }
H1.HeaderClassName
{
color: #3B8FE7;
}
.AnyTagClassName
{
color: #3B8FE7;
}
</style>
background-color css
<style>
a { background-color: #3B8FE7; }
a { background-color: rgb(59,143,231); }
div.DivClassName
{
background-color: #3B8FE7;
}
.BgClassName
{
background-color: #3B8FE7;
}
</style>
border-color css
<style>
span { border-color: #3B8FE7; }
span { border-color: rgb(59,143,231); }
td.TdClassName
{
border-color: #3B8FE7;
}
.TagClassName
{
border-color: #3B8FE7;
}
</style>