Shades of Dodger Blue #0793FD
Tints of Dodger Blue #0793FD
RGB
CMYK
RGB Variations
Color information
#0793FD (or 0x0793FD) is known color: Dodger Blue. HEX triplet: 07, 93 and FD. RGB value is (7,147,253). Sum of RGB (Red+Green+Blue) = 7+147+253=407 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.72% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 253 (99.22% from 255 or 62.16% from 407); Max value from RGB is 253 - color contains mainly: blue. Hex color #0793FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0793FD is #F86C02. Grayscale: #747474. Windows color (decimal): -16280579 or 16618247. OLE color: 16618247.
HSL color Cylindrical-coordinate representation of color #0793FD: hue angle of 205.85º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0793FD is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 147 | 253 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.01 |
| HSL | 205.85º | 0.98% | 0.51% | - |
| HSV(B) | 205.85º | 0.97% | 0.99% | - |
| XYZ | 28.25 | 28 | 96.84 | - |
| YUV | 117.22 | 204.62 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 147 | 253 | 0.97 | 0.42 | 0 | 0.01 | 205.85 | 0.98 | 0.51 |
| Hex | 7 | 93 | FD | 61 | 2A | 0 | 1 | CE | 62 | 33 |
| Octal | 7 | 223 | 375 | 141 | 52 | 0 | 1 | 316 | 142 | 63 |
| Binary | 111 | 10010011 | 11111101 | 1100001 | 101010 | 0 | 1 | 11001110 | 1100010 | 110011 |
Color Harmonies of #0793FD
Complementary color
Monochromatic Colors of #0793FD
Black with #0793FD
Text Example
Text Example
White with #0793FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0793FD; }
p { color: rgb(7,147,253); }
H1.HeaderClassName
{
color: #0793FD;
}
.AnyTagClassName
{
color: #0793FD;
}
</style>
background-color css
<style>
a { background-color: #0793FD; }
a { background-color: rgb(7,147,253); }
div.DivClassName
{
background-color: #0793FD;
}
.BgClassName
{
background-color: #0793FD;
}
</style>
border-color css
<style>
span { border-color: #0793FD; }
span { border-color: rgb(7,147,253); }
td.TdClassName
{
border-color: #0793FD;
}
.TagClassName
{
border-color: #0793FD;
}
</style>