Shades of Dodger Blue #3E8FFE
Tints of Dodger Blue #3E8FFE
RGB
CMYK
RGB Variations
Color information
#3E8FFE (or 0x3E8FFE) is known color: Dodger Blue. HEX triplet: 3E, 8F and FE. RGB value is (62,143,254). Sum of RGB (Red+Green+Blue) = 62+143+254=459 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.51% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #3E8FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E8FFE is #C17001. Grayscale: #828282. Windows color (decimal): -12677122 or 16682814. OLE color: 16682814.
HSL color Cylindrical-coordinate representation of color #3E8FFE: hue angle of 214.69º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E8FFE is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 143 | 254 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.00 |
| HSL | 214.69º | 0.99% | 0.62% | - |
| HSV(B) | 214.69º | 0.76% | 1% | - |
| XYZ | 29.7 | 27.82 | 97.57 | - |
| YUV | 131.44 | 197.16 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 143 | 254 | 0.76 | 0.44 | 0 | 0.00 | 214.69 | 0.99 | 0.62 |
| Hex | 3E | 8F | FE | 4C | 2C | 0 | 0 | D7 | 63 | 3E |
| Octal | 76 | 217 | 376 | 114 | 54 | 0 | 0 | 327 | 143 | 76 |
| Binary | 111110 | 10001111 | 11111110 | 1001100 | 101100 | 0 | 0 | 11010111 | 1100011 | 111110 |
Color Harmonies of #3E8FFE
Complementary color
Monochromatic Colors of #3E8FFE
Black with #3E8FFE
Text Example
Text Example
White with #3E8FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8FFE; }
p { color: rgb(62,143,254); }
H1.HeaderClassName
{
color: #3E8FFE;
}
.AnyTagClassName
{
color: #3E8FFE;
}
</style>
background-color css
<style>
a { background-color: #3E8FFE; }
a { background-color: rgb(62,143,254); }
div.DivClassName
{
background-color: #3E8FFE;
}
.BgClassName
{
background-color: #3E8FFE;
}
</style>
border-color css
<style>
span { border-color: #3E8FFE; }
span { border-color: rgb(62,143,254); }
td.TdClassName
{
border-color: #3E8FFE;
}
.TagClassName
{
border-color: #3E8FFE;
}
</style>