Shades of Dodger Blue #3E93FC
Tints of Dodger Blue #3E93FC
RGB
CMYK
RGB Variations
Color information
#3E93FC (or 0x3E93FC) is known color: Dodger Blue. HEX triplet: 3E, 93 and FC. RGB value is (62,147,252). Sum of RGB (Red+Green+Blue) = 62+147+252=461 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.45% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #3E93FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E93FC is #C16C03. Grayscale: #858585. Windows color (decimal): -12676100 or 16552766. OLE color: 16552766.
HSL color Cylindrical-coordinate representation of color #3E93FC: hue angle of 213.16º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E93FC is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 147 | 252 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.01 |
| HSL | 213.16º | 0.97% | 0.62% | - |
| HSV(B) | 213.16º | 0.75% | 0.99% | - |
| XYZ | 29.99 | 28.92 | 96.1 | - |
| YUV | 133.56 | 194.84 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 147 | 252 | 0.75 | 0.42 | 0 | 0.01 | 213.16 | 0.97 | 0.62 |
| Hex | 3E | 93 | FC | 4B | 2A | 0 | 1 | D5 | 61 | 3E |
| Octal | 76 | 223 | 374 | 113 | 52 | 0 | 1 | 325 | 141 | 76 |
| Binary | 111110 | 10010011 | 11111100 | 1001011 | 101010 | 0 | 1 | 11010101 | 1100001 | 111110 |
Color Harmonies of #3E93FC
Complementary color
Monochromatic Colors of #3E93FC
Black with #3E93FC
Text Example
Text Example
White with #3E93FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E93FC; }
p { color: rgb(62,147,252); }
H1.HeaderClassName
{
color: #3E93FC;
}
.AnyTagClassName
{
color: #3E93FC;
}
</style>
background-color css
<style>
a { background-color: #3E93FC; }
a { background-color: rgb(62,147,252); }
div.DivClassName
{
background-color: #3E93FC;
}
.BgClassName
{
background-color: #3E93FC;
}
</style>
border-color css
<style>
span { border-color: #3E93FC; }
span { border-color: rgb(62,147,252); }
td.TdClassName
{
border-color: #3E93FC;
}
.TagClassName
{
border-color: #3E93FC;
}
</style>