Shades of Dodger Blue #0794FE
Tints of Dodger Blue #0794FE
RGB
CMYK
RGB Variations
Color information
#0794FE (or 0x0794FE) is known color: Dodger Blue. HEX triplet: 07, 94 and FE. RGB value is (7,148,254). Sum of RGB (Red+Green+Blue) = 7+148+254=409 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.71% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #0794FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0794FE is #F86B01. Grayscale: #757575. Windows color (decimal): -16280322 or 16684039. OLE color: 16684039.
HSL color Cylindrical-coordinate representation of color #0794FE: hue angle of 205.75º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0794FE is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 148 | 254 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.00 |
| HSL | 205.75º | 0.99% | 0.51% | - |
| HSV(B) | 205.75º | 0.97% | 1% | - |
| XYZ | 28.57 | 28.38 | 97.74 | - |
| YUV | 117.93 | 204.79 | 48.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 148 | 254 | 0.97 | 0.42 | 0 | 0.00 | 205.75 | 0.99 | 0.51 |
| Hex | 7 | 94 | FE | 61 | 2A | 0 | 0 | CE | 63 | 33 |
| Octal | 7 | 224 | 376 | 141 | 52 | 0 | 0 | 316 | 143 | 63 |
| Binary | 111 | 10010100 | 11111110 | 1100001 | 101010 | 0 | 0 | 11001110 | 1100011 | 110011 |
Color Harmonies of #0794FE
Complementary color
Monochromatic Colors of #0794FE
Black with #0794FE
Text Example
Text Example
White with #0794FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0794FE; }
p { color: rgb(7,148,254); }
H1.HeaderClassName
{
color: #0794FE;
}
.AnyTagClassName
{
color: #0794FE;
}
</style>
background-color css
<style>
a { background-color: #0794FE; }
a { background-color: rgb(7,148,254); }
div.DivClassName
{
background-color: #0794FE;
}
.BgClassName
{
background-color: #0794FE;
}
</style>
border-color css
<style>
span { border-color: #0794FE; }
span { border-color: rgb(7,148,254); }
td.TdClassName
{
border-color: #0794FE;
}
.TagClassName
{
border-color: #0794FE;
}
</style>