Shades of Dodger Blue #0769FB
Tints of Dodger Blue #0769FB
RGB
CMYK
RGB Variations
Color information
#0769FB (or 0x0769FB) is known color: Dodger Blue. HEX triplet: 07, 69 and FB. RGB value is (7,105,251). Sum of RGB (Red+Green+Blue) = 7+105+251=363 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #0769FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0769FB is #F89604. Grayscale: #5B5B5B. Windows color (decimal): -16291333 or 16476423. OLE color: 16476423.
HSL color Cylindrical-coordinate representation of color #0769FB: hue angle of 215.9º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0769FB is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 105 | 251 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.02 |
| HSL | 215.9º | 0.97% | 0.51% | - |
| HSV(B) | 215.9º | 0.97% | 0.98% | - |
| XYZ | 22.55 | 17.11 | 93.38 | - |
| YUV | 92.34 | 217.53 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 105 | 251 | 0.97 | 0.58 | 0 | 0.02 | 215.9 | 0.97 | 0.51 |
| Hex | 7 | 69 | FB | 61 | 3A | 0 | 2 | D8 | 61 | 33 |
| Octal | 7 | 151 | 373 | 141 | 72 | 0 | 2 | 330 | 141 | 63 |
| Binary | 111 | 1101001 | 11111011 | 1100001 | 111010 | 0 | 10 | 11011000 | 1100001 | 110011 |
Color Harmonies of #0769FB
Complementary color
Monochromatic Colors of #0769FB
Black with #0769FB
Text Example
Text Example
White with #0769FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0769FB; }
p { color: rgb(7,105,251); }
H1.HeaderClassName
{
color: #0769FB;
}
.AnyTagClassName
{
color: #0769FB;
}
</style>
background-color css
<style>
a { background-color: #0769FB; }
a { background-color: rgb(7,105,251); }
div.DivClassName
{
background-color: #0769FB;
}
.BgClassName
{
background-color: #0769FB;
}
</style>
border-color css
<style>
span { border-color: #0769FB; }
span { border-color: rgb(7,105,251); }
td.TdClassName
{
border-color: #0769FB;
}
.TagClassName
{
border-color: #0769FB;
}
</style>