Shades of Dodger Blue #3E8CFF
Tints of Dodger Blue #3E8CFF
RGB
CMYK
RGB Variations
Color information
#3E8CFF (or 0x3E8CFF) is known color: Dodger Blue. HEX triplet: 3E, 8C and FF. RGB value is (62,140,255). Sum of RGB (Red+Green+Blue) = 62+140+255=457 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.57% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E8CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E8CFF is #C17300. Grayscale: #818181. Windows color (decimal): -12677889 or 16747582. OLE color: 16747582.
HSL color Cylindrical-coordinate representation of color #3E8CFF: hue angle of 215.75º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E8CFF is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 140 | 255 | - |
| CMYK | 0.76 | 0.45 | 0 | 0 |
| HSL | 215.75º | 1% | 0.62% | - |
| HSV(B) | 215.75º | 0.76% | 1% | - |
| XYZ | 29.41 | 27 | 98.27 | - |
| YUV | 129.79 | 198.66 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 140 | 255 | 0.76 | 0.45 | 0 | 0 | 215.75 | 1 | 0.62 |
| Hex | 3E | 8C | FF | 4C | 2D | 0 | 0 | D8 | 64 | 3E |
| Octal | 76 | 214 | 377 | 114 | 55 | 0 | 0 | 330 | 144 | 76 |
| Binary | 111110 | 10001100 | 11111111 | 1001100 | 101101 | 0 | 0 | 11011000 | 1100100 | 111110 |
Color Harmonies of #3E8CFF
Complementary color
Monochromatic Colors of #3E8CFF
Black with #3E8CFF
Text Example
Text Example
White with #3E8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8CFF; }
p { color: rgb(62,140,255); }
H1.HeaderClassName
{
color: #3E8CFF;
}
.AnyTagClassName
{
color: #3E8CFF;
}
</style>
background-color css
<style>
a { background-color: #3E8CFF; }
a { background-color: rgb(62,140,255); }
div.DivClassName
{
background-color: #3E8CFF;
}
.BgClassName
{
background-color: #3E8CFF;
}
</style>
border-color css
<style>
span { border-color: #3E8CFF; }
span { border-color: rgb(62,140,255); }
td.TdClassName
{
border-color: #3E8CFF;
}
.TagClassName
{
border-color: #3E8CFF;
}
</style>