Shades of Dodger Blue #3F93ED
Tints of Dodger Blue #3F93ED
RGB
CMYK
RGB Variations
Color information
#3F93ED (or 0x3F93ED) is known color: Dodger Blue. HEX triplet: 3F, 93 and ED. RGB value is (63,147,237). Sum of RGB (Red+Green+Blue) = 63+147+237=447 (59% of max value = 765). Red value is 63 (25% from 255 or 14.09% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #3F93ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F93ED is #C06C12. Grayscale: #838383. Windows color (decimal): -12610579 or 15569727. OLE color: 15569727.
HSL color Cylindrical-coordinate representation of color #3F93ED: hue angle of 211.03º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F93ED is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 147 | 237 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.07 |
| HSL | 211.03º | 0.83% | 0.59% | - |
| HSV(B) | 211.03º | 0.73% | 0.93% | - |
| XYZ | 27.77 | 28.04 | 84.07 | - |
| YUV | 132.14 | 187.17 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 147 | 237 | 0.73 | 0.38 | 0 | 0.07 | 211.03 | 0.83 | 0.59 |
| Hex | 3F | 93 | ED | 49 | 26 | 0 | 7 | D3 | 53 | 3B |
| Octal | 77 | 223 | 355 | 111 | 46 | 0 | 7 | 323 | 123 | 73 |
| Binary | 111111 | 10010011 | 11101101 | 1001001 | 100110 | 0 | 111 | 11010011 | 1010011 | 111011 |
Color Harmonies of #3F93ED
Complementary color
Monochromatic Colors of #3F93ED
Black with #3F93ED
Text Example
Text Example
White with #3F93ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F93ED; }
p { color: rgb(63,147,237); }
H1.HeaderClassName
{
color: #3F93ED;
}
.AnyTagClassName
{
color: #3F93ED;
}
</style>
background-color css
<style>
a { background-color: #3F93ED; }
a { background-color: rgb(63,147,237); }
div.DivClassName
{
background-color: #3F93ED;
}
.BgClassName
{
background-color: #3F93ED;
}
</style>
border-color css
<style>
span { border-color: #3F93ED; }
span { border-color: rgb(63,147,237); }
td.TdClassName
{
border-color: #3F93ED;
}
.TagClassName
{
border-color: #3F93ED;
}
</style>