Shades of Dodger Blue #0784FE
Tints of Dodger Blue #0784FE
RGB
CMYK
RGB Variations
Color information
#0784FE (or 0x0784FE) is known color: Dodger Blue. HEX triplet: 07, 84 and FE. RGB value is (7,132,254). Sum of RGB (Red+Green+Blue) = 7+132+254=393 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.78% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #0784FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0784FE is #F87B01. Grayscale: #6B6B6B. Windows color (decimal): -16284418 or 16679943. OLE color: 16679943.
HSL color Cylindrical-coordinate representation of color #0784FE: hue angle of 209.64º 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 #0784FE is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 132 | 254 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.00 |
| HSL | 209.64º | 0.99% | 0.51% | - |
| HSV(B) | 209.64º | 0.97% | 1% | - |
| XYZ | 26.23 | 23.7 | 96.96 | - |
| YUV | 108.53 | 210.09 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 132 | 254 | 0.97 | 0.48 | 0 | 0.00 | 209.64 | 0.99 | 0.51 |
| Hex | 7 | 84 | FE | 61 | 30 | 0 | 0 | D2 | 63 | 33 |
| Octal | 7 | 204 | 376 | 141 | 60 | 0 | 0 | 322 | 143 | 63 |
| Binary | 111 | 10000100 | 11111110 | 1100001 | 110000 | 0 | 0 | 11010010 | 1100011 | 110011 |
Color Harmonies of #0784FE
Complementary color
Monochromatic Colors of #0784FE
Black with #0784FE
Text Example
Text Example
White with #0784FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0784FE; }
p { color: rgb(7,132,254); }
H1.HeaderClassName
{
color: #0784FE;
}
.AnyTagClassName
{
color: #0784FE;
}
</style>
background-color css
<style>
a { background-color: #0784FE; }
a { background-color: rgb(7,132,254); }
div.DivClassName
{
background-color: #0784FE;
}
.BgClassName
{
background-color: #0784FE;
}
</style>
border-color css
<style>
span { border-color: #0784FE; }
span { border-color: rgb(7,132,254); }
td.TdClassName
{
border-color: #0784FE;
}
.TagClassName
{
border-color: #0784FE;
}
</style>