Shades of Dodger Blue #3E94FF
Tints of Dodger Blue #3E94FF
RGB
CMYK
RGB Variations
Color information
#3E94FF (or 0x3E94FF) is known color: Dodger Blue. HEX triplet: 3E, 94 and FF. RGB value is (62,148,255). Sum of RGB (Red+Green+Blue) = 62+148+255=465 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.33% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E94FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E94FF is #C16B00. Grayscale: #858585. Windows color (decimal): -12675841 or 16749630. OLE color: 16749630.
HSL color Cylindrical-coordinate representation of color #3E94FF: hue angle of 213.26º 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 #3E94FF is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 148 | 255 | - |
| CMYK | 0.76 | 0.42 | 0 | 0 |
| HSL | 213.26º | 1% | 0.62% | - |
| HSV(B) | 213.26º | 0.76% | 1% | - |
| XYZ | 30.63 | 29.42 | 98.67 | - |
| YUV | 134.48 | 196.01 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 148 | 255 | 0.76 | 0.42 | 0 | 0 | 213.26 | 1 | 0.62 |
| Hex | 3E | 94 | FF | 4C | 2A | 0 | 0 | D5 | 64 | 3E |
| Octal | 76 | 224 | 377 | 114 | 52 | 0 | 0 | 325 | 144 | 76 |
| Binary | 111110 | 10010100 | 11111111 | 1001100 | 101010 | 0 | 0 | 11010101 | 1100100 | 111110 |
Color Harmonies of #3E94FF
Complementary color
Monochromatic Colors of #3E94FF
Black with #3E94FF
Text Example
Text Example
White with #3E94FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E94FF; }
p { color: rgb(62,148,255); }
H1.HeaderClassName
{
color: #3E94FF;
}
.AnyTagClassName
{
color: #3E94FF;
}
</style>
background-color css
<style>
a { background-color: #3E94FF; }
a { background-color: rgb(62,148,255); }
div.DivClassName
{
background-color: #3E94FF;
}
.BgClassName
{
background-color: #3E94FF;
}
</style>
border-color css
<style>
span { border-color: #3E94FF; }
span { border-color: rgb(62,148,255); }
td.TdClassName
{
border-color: #3E94FF;
}
.TagClassName
{
border-color: #3E94FF;
}
</style>