Shades of Dodger Blue #3E90FB
Tints of Dodger Blue #3E90FB
RGB
CMYK
RGB Variations
Color information
#3E90FB (or 0x3E90FB) is known color: Dodger Blue. HEX triplet: 3E, 90 and FB. RGB value is (62,144,251). Sum of RGB (Red+Green+Blue) = 62+144+251=457 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.57% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #3E90FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E90FB is #C16F04. Grayscale: #838383. Windows color (decimal): -12676869 or 16486462. OLE color: 16486462.
HSL color Cylindrical-coordinate representation of color #3E90FB: hue angle of 213.97º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E90FB is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 144 | 251 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.02 |
| HSL | 213.97º | 0.96% | 0.61% | - |
| HSV(B) | 213.97º | 0.75% | 0.98% | - |
| XYZ | 29.37 | 27.94 | 95.11 | - |
| YUV | 131.68 | 195.33 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 144 | 251 | 0.75 | 0.43 | 0 | 0.02 | 213.97 | 0.96 | 0.61 |
| Hex | 3E | 90 | FB | 4B | 2B | 0 | 2 | D6 | 60 | 3D |
| Octal | 76 | 220 | 373 | 113 | 53 | 0 | 2 | 326 | 140 | 75 |
| Binary | 111110 | 10010000 | 11111011 | 1001011 | 101011 | 0 | 10 | 11010110 | 1100000 | 111101 |
Color Harmonies of #3E90FB
Complementary color
Monochromatic Colors of #3E90FB
Black with #3E90FB
Text Example
Text Example
White with #3E90FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E90FB; }
p { color: rgb(62,144,251); }
H1.HeaderClassName
{
color: #3E90FB;
}
.AnyTagClassName
{
color: #3E90FB;
}
</style>
background-color css
<style>
a { background-color: #3E90FB; }
a { background-color: rgb(62,144,251); }
div.DivClassName
{
background-color: #3E90FB;
}
.BgClassName
{
background-color: #3E90FB;
}
</style>
border-color css
<style>
span { border-color: #3E90FB; }
span { border-color: rgb(62,144,251); }
td.TdClassName
{
border-color: #3E90FB;
}
.TagClassName
{
border-color: #3E90FB;
}
</style>