Shades of Dodger Blue #0792FE
Tints of Dodger Blue #0792FE
RGB
CMYK
RGB Variations
Color information
#0792FE (or 0x0792FE) is known color: Dodger Blue. HEX triplet: 07, 92 and FE. RGB value is (7,146,254). Sum of RGB (Red+Green+Blue) = 7+146+254=407 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.72% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #0792FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0792FE is #F86D01. Grayscale: #747474. Windows color (decimal): -16280834 or 16683527. OLE color: 16683527.
HSL color Cylindrical-coordinate representation of color #0792FE: hue angle of 206.23º 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 #0792FE is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 146 | 254 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.00 |
| HSL | 206.23º | 0.99% | 0.51% | - |
| HSV(B) | 206.23º | 0.97% | 1% | - |
| XYZ | 28.26 | 27.76 | 97.63 | - |
| YUV | 116.75 | 205.45 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 146 | 254 | 0.97 | 0.43 | 0 | 0.00 | 206.23 | 0.99 | 0.51 |
| Hex | 7 | 92 | FE | 61 | 2B | 0 | 0 | CE | 63 | 33 |
| Octal | 7 | 222 | 376 | 141 | 53 | 0 | 0 | 316 | 143 | 63 |
| Binary | 111 | 10010010 | 11111110 | 1100001 | 101011 | 0 | 0 | 11001110 | 1100011 | 110011 |
Color Harmonies of #0792FE
Complementary color
Monochromatic Colors of #0792FE
Black with #0792FE
Text Example
Text Example
White with #0792FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0792FE; }
p { color: rgb(7,146,254); }
H1.HeaderClassName
{
color: #0792FE;
}
.AnyTagClassName
{
color: #0792FE;
}
</style>
background-color css
<style>
a { background-color: #0792FE; }
a { background-color: rgb(7,146,254); }
div.DivClassName
{
background-color: #0792FE;
}
.BgClassName
{
background-color: #0792FE;
}
</style>
border-color css
<style>
span { border-color: #0792FE; }
span { border-color: rgb(7,146,254); }
td.TdClassName
{
border-color: #0792FE;
}
.TagClassName
{
border-color: #0792FE;
}
</style>